ArgumentTargetAttribute.Value Property
Applies To: Dynamics CRM 2015
Gets a value indicating the argument is the primary entity for which the workflow is run.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public bool Value { get; set; }
public:
property bool Value {
bool get();
void set(bool value);
}
member Value : bool with get, set
Public Property Value As Boolean
Property Value
Type: System.Boolean
Type: BooleanWhen true, the argument is the primary entity for the workflow; otherwise, false.
See Also
ArgumentTargetAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright