Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute(True)> Public Property whatId As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SingleEmailMessage Dim value As String instance.whatId = value value = instance.whatId |
C# | |
---|---|
[XmlElementAttribute(true)] public string whatId {get; set;} |
Managed Extensions for C++ | |
---|---|
[XmlElementAttribute(true)] public: __property string* get_whatId(); public: __property void set_whatId( string* value ); |
C++/CLI | |
---|---|
[XmlElementAttribute(true)] public: property String^ whatId { 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