Gets a list of domain or IPv4 CIDR notation addresses that are either explicitly
denied or allowed access to the resource.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<string> Addresses { get; }
Public ReadOnly Property Addresses As NotifyList(Of String)
Get
public:
property NotifyList<String^>^ Addresses {
NotifyList<String^>^ get ();
}
member Addresses : NotifyList<string> with get
Property Value
Type:
NotifyListStringSee Also