Share via


QueryBuildRange.value Method

Definition

Overloads

value()

Gets or sets the value that queried records must match to be retrieved.

value(String)

value()

Gets or sets the value that queried records must match to be retrieved.

public:
 virtual System::String ^ value();
public virtual string value ();
abstract member value : unit -> string
override this.value : unit -> string
Public Overridable Function value () As String

Returns

The string value for the range.

Applies to

value(String)

public:
 virtual System::String ^ value(System::String ^ _value);
public virtual string value (string _value);
abstract member value : string -> string
override this.value : string -> string
Public Overridable Function value (_value As String) As String

Parameters

_value
String

Returns

Applies to