Status Property (OperationBaseArgs)
In This Topic
The status to be sent back as a C-Echo response
Syntax
'Declaration
Public Property Status As System.Integer
'Usage
Dim instance As OperationBaseArgs
Dim value As System.Integer
instance.Status = value
value = instance.Status
public System.int Status {get; set;}
public read-write property Status: System.Integer;
public function get,set Status : System.int
public: __property System.int get_Status();
public: __property void set_Status(
System.int value
);
public:
property System.int Status {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also