XdsObjects Help file
XdsObjects Namespace / XdsErrorItem Class / ErrorCode Property



ErrorCode Property
A standardised XDS definition of the error. The names are defined in the ErrorCode enumeration, and correspond to the terms used in the IHE technical frameworks.
Syntax
Public Property ErrorCode As XdsErrorCode
Dim instance As XdsErrorItem
Dim value As XdsErrorCode
 
instance.ErrorCode = value
 
value = instance.ErrorCode
public XdsErrorCode ErrorCode {get; set;}
public:
property XdsErrorCode ErrorCode {
   XdsErrorCode get();
   void set (    XdsErrorCode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also