public IReadOnlyList<Guid> RoleIDs { get; init; }
Public Property RoleIDs As IReadOnlyList(Of Guid)
Get
Set
public:
property IReadOnlyList<Guid>^ RoleIDs {
IReadOnlyList<Guid>^ get ();
void set (IReadOnlyList<Guid>^ value);
}
member RoleIDs : IReadOnlyList<Guid> with get, set