public ConnectorType Definition { get; set; }
Public Property Definition As ConnectorType
Get
Set
public:
property ConnectorType^ Definition {
ConnectorType^ get ();
void set (ConnectorType^ value);
}
member Definition : ConnectorType with get, set