IUserExtensionErrorRecord.Image Property
Gets the Error image.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
Bitmap Image { get; }
property Bitmap^ Image {
Bitmap^ get();
}
ReadOnly Property Image As Bitmap
Property Value
Type: System.Drawing.Bitmap
Returns Bitmap.
Remarks
Returns null if the image is not available.
See Also
IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top