'DeclarationPublic ReadOnly Property SecurityRoleIdSet As ISet(Of String)
'UsageDim instance As MemoryAnonymousUserManager Dim value As ISet(Of String) value = instance.SecurityRoleIdSet
public ISet<string> SecurityRoleIdSet {get;}
public: 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).