ImageInfo.Image Property
Applies To: Operations Manager for System Center 2012
Gets the image, which is stored in an array of bytes.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public byte[] Image { get; }
public:
property array<unsigned char>^ Image {
array<unsigned char>^ get();
}
member Image : byte[] with get
Public ReadOnly Property Image As Byte()
Property Value
Type: System.Byte[]
Returns array of Byte objects.
See Also
ImageInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top