UserInner.PublishingPassword Property

Definition

Gets or sets password used for publishing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to