Share via


xRecord.context Method

Definition

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.

Returns

Applies to