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