Gets or sets the error status field that indicates the completeness of the response.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ErrorStatus As ErrorStatus |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ResponseMessage
Dim value As ErrorStatus
instance.ErrorStatus = value
value = instance.ErrorStatus |
Managed Extensions for C++ | |
---|
public: __property ErrorStatus get_ErrorStatus();
public: __property void set_ErrorStatus(
ErrorStatus value
); |
Property Value
An enumerated type that indicates the error associated with Variables[ResponseMessage.ErrorIndex].
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also