Share via


SetEntityProperty.Value Property

 

Applies To: Dynamics CRM 2015

Sets the value for the attribute specified in the Attribute property.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

[RequiredArgumentAttribute]
public InArgument<object> Value { get; set; }
public:
[RequiredArgumentAttribute]
property InArgument<Object^>^ Value {
    InArgument<Object^>^ get();
    void set(InArgument<Object^>^ value);
}
[<RequiredArgumentAttribute>]
member Value : InArgument<Object> with get, set
<RequiredArgumentAttribute>
Public Property Value As InArgument(Of Object)

Property Value

Type: System.Activities.InArgument<Object>

Type: InArgument
The value for the attribute specified in the Attribute property.

See Also

SetEntityProperty Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright