NetworkInformationPermissionAttribute.Access 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定網路資訊存取層級。
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" | 沒有網路資訊的存取權限。 |