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