In This Topic
Numbers of warning C-STORE sub-operations in a C-GET or C_MOVE operation
Syntax
'Declaration
Public Property NumberWarning As System.Integer
'Usage
Dim instance As QueryReceivedArgs
Dim value As System.Integer
instance.NumberWarning = value
value = instance.NumberWarning
public System.int NumberWarning {get; set;}
public read-write property NumberWarning: System.Integer;
public function get,set NumberWarning : System.int
public: __property System.int get_NumberWarning();
public: __property void set_NumberWarning(
System.int value
);
public:
property System.int NumberWarning {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also