AttributeMetadata.EntityLogicalName Property

Definition

Gets the logical name of the entity that contains the attribute.

public:
 property System::String ^ EntityLogicalName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string EntityLogicalName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityLogicalName : string
Public ReadOnly Property EntityLogicalName As String

Property Value

The logical name of the entity that contains the attribute.

Attributes

Remarks

This property is read-only. It is set when the attribute is created, using the value from the CreateAttributeRequest. EntityName property.

Applies to