Gets or sets the mapping for the item name property.

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

Syntax

C#
public AttributeMapping ItemNameMapping { get; set; }
Visual Basic
Public Property ItemNameMapping As AttributeMapping
	Get
	Set
Visual C++
public:
property AttributeMapping^ ItemNameMapping {
	AttributeMapping^ get ();
	void set (AttributeMapping^ value);
}

Field Value

The item name mapping.

See Also