Leadtools.ScreenCapture Namespace > ScreenCaptureException Class : Code Property |
public ScreenCaptureExceptionCode Code {get; set;}
'Declaration Public Property Code As ScreenCaptureExceptionCode
'Usage Dim instance As ScreenCaptureException Dim value As ScreenCaptureExceptionCode instance.Code = value value = instance.Code
public: property ScreenCaptureExceptionCode Code { ScreenCaptureExceptionCode get(); void set ( ScreenCaptureExceptionCode value); }