HostedServiceListExtensionsResponse.Extension.PublicConfiguration Property

 

Gets or sets the public configuration.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string PublicConfiguration { get; set; }
public:
property String^ PublicConfiguration {
    String^ get();
    void set(String^ value);
}
member PublicConfiguration : string with get, set
Public Property PublicConfiguration As String

Property Value

Type: System.String

The public configuration.

See Also

HostedServiceListExtensionsResponse.Extension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top