Gets or sets the mappings for persistent properties.

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

Syntax

C#
public List<AttributeMapping> AttributeMappings { get; private set; }
Visual Basic
Public Property AttributeMappings As List(Of AttributeMapping)
	Get
	Private Set
Visual C++
public:
property List<AttributeMapping^>^ AttributeMappings {
	List<AttributeMapping^>^ get ();
	private: void set (List<AttributeMapping^>^ value);
}

Field Value

The property mappings.

See Also