This property sets and gets the Item-Id for use with the FileKey method.Key method


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

Syntax

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

/** property */
public void set_itemId(string value);
JScript
public function get itemId() : String

public function set itemId(value : String);

Property Value

A string that is assigned the item-ID of the item that contains the key.

Remarks

The item-ID need not be preassigned when using the p or n operators, but must be preassigned when using the v operator.

See Also