public HashSet<Guid> Roles { get; }
Public ReadOnly Property Roles As HashSet(Of Guid)
Get
public:
virtual property HashSet<Guid>^ Roles {
HashSet<Guid>^ get () sealed;
}
abstract Roles : HashSet<Guid> with get
override Roles : HashSet<Guid> with get