AttributeMetadata.EntityLogicalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.