XdsObjects Help file
XdsObjects Namespace / XdsRegistryResponse Class / Errors Property



In This Topic
    Errors Property
    In This Topic
    The errors in this response
    Syntax
    Public Property Errors As XdsError
    Dim instance As XdsRegistryResponse
    Dim value As XdsError
     
    instance.Errors = value
     
    value = instance.Errors
    public XdsError Errors {get; set;}
    public:
    property XdsError^ Errors {
       XdsError^ get();
       void set (    XdsError^ value);
    }
    Remarks
    For consistency, this object will always exist (it is created in the constructor), but if there are no errors, then the ErrorList will be empty
    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