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