DefaultAttribute.EntityName Property
Applies To: Dynamics CRM 2015
Gets the entity name for a value of type lookup, a customer or an owner.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public string EntityName { get; }
public:
property String^ EntityName {
String^ get();
}
member EntityName : string with get
Public ReadOnly Property EntityName As String
Property Value
Type: System.String
Type: String
The entity name for a value of type lookup, a customer or an owner.
Remarks
The name of an entity is always lowercase, for example, account or new_bankaccount.
See Also
DefaultAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright