Partager via


ProjectFileProperties.Extension Property

Definition

Gets or sets optional File extension. If submitted it should not have a leading period and must match the extension from filePath.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to