QueryBuildRange.value 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
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