Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public RecordTypeMapping[] recordTypeMappings { get; set; }
Visual Basic
Public Property recordTypeMappings As RecordTypeMapping()
	Get
	Set
Visual C++
public:
property array<RecordTypeMapping^>^ recordTypeMappings {
	array<RecordTypeMapping^>^ get ();
	void set (array<RecordTypeMapping^>^ value);
}

Remarks