ExtensionImage::HomepageUri Property

 

Optional. Optional. URL string pointing to homepage of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure. The homepage should have usage information and contact information for customer support.

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

public:
property Uri^ HomepageUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^
Return to top
Show: