xRecord.context Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
context() |
Gets and sets the context property. |
context(Int32) |
context()
Gets and sets the context property.
public:
virtual int context();
public virtual int context ();
abstract member context : unit -> int
override this.context : unit -> int
Public Overridable Function context () As Integer
Returns
The current value of the context property.
Applies to
context(Int32)
public:
virtual int context(int _newValue);
public virtual int context (int _newValue);
abstract member context : int -> int
override this.context : int -> int
Public Overridable Function context (_newValue As Integer) As Integer
Parameters
- _newValue
- Int32
The new value of the context property; optional.