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