RetrieveByObjectWFProcessRequest.ProcessType Field
Specifies the type of process to retrieve.
Syntax
[Visual Basic .NET]
Public Field ProcessType As Integer
[C#]
public int ProcessType;
[JScript]
public var ProcessType : int;
Remarks
This field takes one of the WorkflowProcessType enumeration values. To obtain this enumeration, you can add the CrmSdkHelpers class to your project. For more information, see Helper Code for Microsoft CRM Types.
See Also