Share via


RetrieveByObjectWFProcessRequest.ProcessType Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.