System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access Property

Gets or sets the network information access level.

Syntax

public string Access { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The valid values for this property are shown in the following table.

"Read"

Read access to network information.

"Full"

Full access to network information.

"None"

No access to network information.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0