Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomException Class : Code Property |
public DicomExceptionCode Code {get; set;}
'Declaration
Public Property Code As DicomExceptionCode
'Usage
Dim instance As DicomException Dim value As DicomExceptionCode instance.Code = value value = instance.Code
public DicomExceptionCode Code {get; set;}
public final DicomExceptionCode getCode() public final void setCode(DicomExceptionCode value)
<br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code');
public: property DicomExceptionCode Code { DicomExceptionCode get(); void set ( DicomExceptionCode value); }