다음을 통해 공유


CloudServiceProperties.Configuration Property

Definition

Gets or sets specifies the XML service configuration (.cscfg) for the cloud service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to