ArgumentEntityAttribute.Value Property

 

Applies To: Dynamics CRM 2015

Gets or sets the entity.

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

Syntax

public string Value { get; set; }
public:
property String^ Value {
    String^ get();
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String

Property Value

Type: System.String

Type: String
The serialized entity record.

See Also

ArgumentEntityAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright