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