'Declaration<JetBrains.Annotations.NotNullAttribute()> ReadOnly Property DefaultSecurityRoleIdSet As ISet(Of String)
'UsageDim instance As INameAndPasswordUserManager Dim value As ISet(Of String) value = instance.DefaultSecurityRoleIdSet
[JetBrains.Annotations.NotNull()] ISet<string> DefaultSecurityRoleIdSet {get;}
[JetBrains.Annotations.NotNull()] 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).