public IList<Guid>? Ids { get; set; }
Public Property Ids As IList(Of Guid) Get Set
public: property IList<Guid>^ Ids { IList<Guid>^ get (); void set (IList<Guid>^ value); }
member Ids : IList<Guid> with get, set
In This Article