共用方式為


RemoteSupportSettings.AccessLevel Property

Definition

Gets or sets access level allowed for this remote application type. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to