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