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