UserInner.PublishingPasswordHash Property

Definition

Gets or sets password hash used for publishing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to