WorkflowArgument.ArgumentType Property
Applies To: Dynamics CRM 2015
Gets or sets the data type of the workflow argument.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public Type ArgumentType { get; set; }
public:
property Type^ ArgumentType {
Type^ get();
void set(Type^ value);
}
member ArgumentType : Type with get, set
Public Property ArgumentType As Type
Property Value
Type: System.Type
Type: Type
The data type of the workflow argument.
See Also
WorkflowArgument Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright