EntityName Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets the name of the entity.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public Property EntityName As String
    Get
    Set
'Usage
Dim instance As CommerceEntity
Dim value As String

value = instance.EntityName

instance.EntityName = value
[IgnoreDataMemberAttribute]
public string EntityName { get; set; }
[IgnoreDataMemberAttribute]
public:
property String^ EntityName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The name of the entity.

See Also

Reference

CommerceEntity Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace