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