public string Cable { get; set; }
Public Property Cable As String
Get
Set
public:
virtual property String^ Cable {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Cable : string with get, set
override Cable : string with get, set