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