SetState.EntityName Property

 

Applies To: Dynamics CRM 2015

Set the logical name of the entity specified by the EntityId property.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

Type: InArgument
The logical name of the entity specified by the EntityId property.

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright