Compartir a través de


LocalUser.HasSharedKey Propiedad

Definición

Obtiene o establece indica si existe una clave compartida. Establézcalo en false para quitar la clave compartida existente.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a