Offset Property (WorklistEventArgs)
In This Topic
The number of initial responses to discard
Syntax
'Declaration
Public Property Offset As System.Integer
'Usage
Dim instance As WorklistEventArgs
Dim value As System.Integer
instance.Offset = value
value = instance.Offset
public System.int Offset {get; set;}
public read-write property Offset: System.Integer;
public function get,set Offset : System.int
public: __property System.int get_Offset();
public: __property void set_Offset(
System.int value
);
public:
property System.int Offset {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also