CsmPublishingProfileOptions.Format Property

Definition

Gets or sets name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to