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