ImageInfo.ImageCategory Property

 

Applies To: Operations Manager for System Center 2012

Gets the category of the image.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string ImageCategory { get; }
public:
property String^ ImageCategory {
    String^ get();
}
member ImageCategory : string with get
Public ReadOnly Property ImageCategory As String

Property Value

Type: System.String

Returns a String that contains the category of the image.

See Also

ImageInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top