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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(IsNullable=True, ElementName="newWorkitemIds")>
Public Property newWorkitemIds As String()
Visual Basic (Usage)Copy Code
Dim instance As ProcessResult
Dim value() As String
 
instance.newWorkitemIds = value
 
value = instance.newWorkitemIds
C# 
[XmlElementAttribute(IsNullable=true, ElementName="newWorkitemIds")]
public string[] newWorkitemIds {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute(IsNullable=true, ElementName="newWorkitemIds")]
public: __property string*[]* get_newWorkitemIds();
public: __property void set_newWorkitemIds( 
   string*[]* value
);
C++/CLI 
[XmlElementAttribute(IsNullable=true, ElementName="newWorkitemIds")]
public:
property array<String^>^ newWorkitemIds {
   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.