'Declaration<JetBrains.Annotations.NotNullAttribute()> ReadOnly Property SecurityRoleIdSet As ISet(Of String)
'UsageDim instance As IAnonymousUserManager Dim value As ISet(Of String) value = instance.SecurityRoleIdSet
[JetBrains.Annotations.NotNull()] ISet<string> SecurityRoleIdSet {get;}
[JetBrains.Annotations.NotNull()] property ISet<String^>^ SecurityRoleIdSet { ISet<String^>^ get(); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).
The individual elements of the property value cannot be null (Nothing in Visual Basic).