次の方法で共有


LocalUser.HasSharedKey プロパティ

定義

共有キーが存在するかどうかを取得または設定します。 既存の共有キーを削除するには、false に設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSharedKey")]
public bool? HasSharedKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hasSharedKey")>]
member this.HasSharedKey : Nullable<bool> with get, set
Public Property HasSharedKey As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象