Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute(True)> Public Property ownerId As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LeadConvert Dim value As String instance.ownerId = value value = instance.ownerId |
C# | |
---|---|
[XmlElementAttribute(true)] public string ownerId {get; set;} |
Managed Extensions for C++ | |
---|---|
[XmlElementAttribute(true)] public: __property string* get_ownerId(); public: __property void set_ownerId( string* value ); |
C++/CLI | |
---|---|
[XmlElementAttribute(true)] public: property String^ ownerId { String^ get(); void set ( String^ value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family