XdsObjects Help file
XdsObjects Namespace / XdsRegistryResponse Class / ContainsErrors Method



ContainsErrors Method
Indicates whether the response contains any error codes
Syntax
Public Function ContainsErrors() As Boolean
Dim instance As XdsRegistryResponse
Dim value As Boolean
 
value = instance.ContainsErrors()
public bool ContainsErrors()
public:
bool ContainsErrors(); 
Remarks
Ideally, this should only be true if the Status is PartialSuccess or Failure
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