Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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