INetworkConnectorAccess Property |
Gets or sets the access settings for the connection. Unused if the connector is
in active mode.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Access Access { get; set; }
Property Access As Access
Get
Set
property Access^ Access {
Access^ get ();
void set (Access^ value);
}
abstract Access : Access with get, set
Property Value
Type:
AccessRemarks
If this is null then connections are accepted from any address.
See Also