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