Share via


xArgs.lookupValue Method

Definition

Overloads

lookupValue()

Gets or sets a string to use with the LookupField method to find a value in a field of a table.

lookupValue(String)

lookupValue()

Gets or sets a string to use with the LookupField method to find a value in a field of a table.

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

Returns

A string to use with the LookupField method to find a value.

Applies to

lookupValue(String)

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

Parameters

_value
String

The value to set; optional.

Returns

Applies to