Gets or sets the mapping for the item name property.
Namespace: SimolAssembly: 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); } |