DeploymentInner.Author Property

Definition

Gets or sets who authored the deployment.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to