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