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