ArgumentEntityAttribute.ArgumentValue Property
Applies To: Dynamics CRM 2015
Gets the entity value.
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
An entity that is passed to the workflow at run-time.
Implements
IWorkflowArgument.ArgumentValue
See Also
ArgumentEntityAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright