Windward Engine API Reference
whatIds Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > MassEmailMessage Class : whatIds Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("whatIds")>
Public Property whatIds As String()
Visual Basic (Usage)Copy Code
Dim instance As MassEmailMessage
Dim value() As String
 
instance.whatIds = value
 
value = instance.whatIds
C# 
[XmlElementAttribute("whatIds")]
public string[] whatIds {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute("whatIds")]
public: __property string*[]* get_whatIds();
public: __property void set_whatIds( 
   string*[]* value
);
C++/CLI 
[XmlElementAttribute("whatIds")]
public:
property array<String^>^ whatIds {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.