次の方法で共有


ServerUpdate.WorkspaceFeature プロパティ

定義

既存のサーバーにワークスペースが作成されているかどうかを取得し、ワークスペースからの接続を許可するかどうかを取得します。 使用可能な値は次のとおりです: 'Connected'、'Disconnected'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.workspaceFeature")]
public string WorkspaceFeature { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.workspaceFeature")>]
member this.WorkspaceFeature : string
Public ReadOnly Property WorkspaceFeature As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象