| Visual Basic (Declaration) | |
|---|---|
<XmlElementAttribute("recordTypeMappings")> Public Property recordTypeMappings As RecordTypeMapping() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DescribeLayoutResult Dim value() As RecordTypeMapping instance.recordTypeMappings = value value = instance.recordTypeMappings | |
| C# | |
|---|---|
[XmlElementAttribute("recordTypeMappings")] public RecordTypeMapping[] recordTypeMappings {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
[XmlElementAttribute("recordTypeMappings")] public: __property RecordTypeMapping*[]* get_recordTypeMappings(); public: __property void set_recordTypeMappings( RecordTypeMapping*[]* value ); | |
| C++/CLI | |
|---|---|
[XmlElementAttribute("recordTypeMappings")] public: property array<RecordTypeMapping^>^ recordTypeMappings { array<RecordTypeMapping^>^ get(); void set ( array<RecordTypeMapping^>^ value); } | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family