This property contain the index key to search withKey method


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property indexKey As String
C#
public string indexKey { get; set; }
C++
public property string indexKey sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_indexKey();

/** property */
public void set_indexKey(string value);
JScript
public function get indexKey() : String

public function set indexKey(value : String);

Property Value

The actual string found is returned into the variable when using the c, n, or p operators. The r and v operators expect an exact match.

Remarks

The variable must be defined before using the FileKey method. The r and v operators expect an exact match.

See Also