共用方式為


NetworkInformationPermissionAttribute.Access 屬性

定義

取得或設定網路資訊存取層級。

public:
 property System::String ^ Access { System::String ^ get(); void set(System::String ^ value); };
public string Access { get; set; }
member this.Access : string with get, set
Public Property Access As String

屬性值

指定存取層級的字串。

備註

下表顯示此屬性的有效值。

說明
「讀出」 網路資訊的讀取權限。
“Full” 完整存取網路資訊。
"None" 沒有網路資訊的存取權限。

適用於