ArgumentTargetAttribute.ArgumentValue Property
Applies To: Dynamics CRM 2015
Gets 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 object ArgumentValue { get; }
public:
property Object^ ArgumentValue {
virtual Object^ get() sealed;
}
abstract ArgumentValue : Object with get
override ArgumentValue : Object with get
Public ReadOnly Property ArgumentValue As Object
Property Value
Type: System.Object
Type: Object
The primary entity for which the workflow is run.
Implements
IWorkflowArgument.ArgumentValue
See Also
ArgumentTargetAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright