Gets the AttributeMapping with the specified property name.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public AttributeMapping this[ string propertyName ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ propertyName As String _ ) As AttributeMapping Get |
Visual C++ |
---|
public: property AttributeMapping^ default[String^ propertyName] { AttributeMapping^ get (String^ propertyName); } |
Parameters
- propertyName
- Type: System..::..String