ExtensionImage.PublisherName Property
Optional. Optional. Publisher name text.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string PublisherName { get; set; }
public:
property String^ PublisherName {
String^ get();
void set(String^ value);
}
member PublisherName : string with get, set
Public Property PublisherName As String
Property Value
Type: System.String
See Also
ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top