NetworkInformationPermission.Access Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the level of access to network information controlled by this permission.
public:
property System::Net::NetworkInformation::NetworkInformationAccess Access { System::Net::NetworkInformation::NetworkInformationAccess get(); };
public System.Net.NetworkInformation.NetworkInformationAccess Access { get; }
member this.Access : System.Net.NetworkInformation.NetworkInformationAccess
Public ReadOnly Property Access As NetworkInformationAccess
Property Value
One of the NetworkInformationAccess values.
Remarks
A NetworkInformationPermission created with PermissionState.Unrestricted is given Ping | Read access. A NetworkInformationPermission created with PermissionState.None is given None access.