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