CSalesProcessActivity.ActivityType Field
Specifies the type of the activity. The value of this field is from the Microsoft.Crm.Platform.Types.ObjectType class.
Syntax
[Visual Basic .NET]
Public Field ActivityType As Integer
[C#]
public int ActivityType;
[C++]
public: long ActivityType;
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also