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