ImageGear .NET v25.1 - Updated
ErrorCode Property (ImGearWarning)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearWarning Class : ErrorCode Property
Gets or sets warning code.
Syntax
'Declaration
 
Public Property ErrorCode As ImGearErrorCodes
'Usage
 
Dim instance As ImGearWarning
Dim value As ImGearErrorCodes
 
instance.ErrorCode = value
 
value = instance.ErrorCode
public ImGearErrorCodes ErrorCode {get; set;}
public: __property ImGearErrorCodes get_ErrorCode();
public: __property void set_ErrorCode( 
   ImGearErrorCodes value
);
public:
property ImGearErrorCodes ErrorCode {
   ImGearErrorCodes get();
   void set (    ImGearErrorCodes value);
}

Property Value

ImGearErrorCodes enumeration value.
See Also

Reference

ImGearWarning Class
ImGearWarning Members
ImGearErrorCodes Enumeration