Error Property (OperationResult)
In This Topic
Gets or sets the error message.
Syntax
'Declaration
Public Property Error As System.String
'Usage
Dim instance As OperationResult
Dim value As System.String
instance.Error = value
value = instance.Error
public System.string Error {get; set;}
public read-write property Error: System.String;
public function get,set Error : System.String
public: __property System.string* get_Error();
public: __property void set_Error(
System.string* value
);
public:
property System.String^ Error {
System.String^ get();
void set ( System.String^ value);
}
See Also