Gets or sets the item mapping used for this command

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public ItemMapping Mapping { get; private set; }
Visual Basic
Public Property Mapping As ItemMapping
	Get
	Private Set
Visual C++
public:
property ItemMapping^ Mapping {
	ItemMapping^ get ();
	private: void set (ItemMapping^ value);
}

Field Value

The mapping.

See Also