ArgumentDirectionAttribute.ArgumentValue Property
Applies To: Dynamics CRM 2015
Gets the argument’s 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
The argument’s value.
Implements
IWorkflowArgument.ArgumentValue
See Also
ArgumentDirectionAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright