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