次の方法で共有


RemoteSupportSettings.AccessLevel プロパティ

定義

このリモート アプリケーションの種類に対して許可されるアクセス レベルを取得または設定します。 使用できる値は、'None'、'ReadOnly'、'ReadWrite'、'FullAccess' です。

[Newtonsoft.Json.JsonProperty(PropertyName="accessLevel")]
public string AccessLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessLevel")>]
member this.AccessLevel : string with get, set
Public Property AccessLevel As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象