ExtensionImage.PublicConfigurationSchema Property

 

Optional. Optional. The XSD schema of public configuration data.

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

Syntax

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

Property Value

Type: System.String

See Also

ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top