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