AttributeMetadata.LogicalName Property
Applies To: Dynamics CRM 2015
Gets or sets the logical name for the attribute.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string LogicalName { get; set; }
public:
[DataMemberAttribute]
property String^ LogicalName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member LogicalName : string with get, set
<DataMemberAttribute>
Public Property LogicalName As String
Property Value
Type: System.String
Type: String
The logical name for the attribute.
Remarks
This property is read-only. The logical name is created by the system when an attribute is created. The logical name is an all lowercase version of the SchemaName property.
See Also
AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Options available when you create a custom entity
Return to top
© 2016 Microsoft. All rights reserved. Copyright