Zdieľať cez


GetEntityProperty.Entity Property

 

Applies To: Dynamics CRM 2015

Gets or sets the entity record from which to get the attribute value.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<Entity>

Type: InArgument
The entity record from which to get the attribute value.

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright