Gets or sets the name of the connector.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Name { get; set; }
Property Name As String
Get
Set
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
Property Value
Type:
StringRemarks
This is for diagnostic purposes only, the code doesn't rely on anything about
the name.
See Also