'Declaration
<CanBeNullAttribute()> ReadOnly Property UserGroup As IPkiCommunicationStoreGroup
'Usage
Dim instance As IPkiApplicationStoreGroup Dim value As IPkiCommunicationStoreGroup value = instance.UserGroup
[CanBeNull()] IPkiCommunicationStoreGroup UserGroup {get;}
[CanBeNull()] property IPkiCommunicationStoreGroup^ UserGroup { IPkiCommunicationStoreGroup^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).