| Visual Basic (Declaration) | |
|---|---|
<XmlAttributeAttribute("integer")> Public Property NumberOfInstances As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[XmlAttributeAttribute("integer")] public string NumberOfInstances {get; set;} | |
| C++/CLI | |
|---|---|
[XmlAttributeAttribute("integer")] public: property String^ NumberOfInstances { String^ get(); void set (String^ value); } | |
Return Value
The number of instances.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code