EntityLogicalNameAttribute Class
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.
Identifies the logical name of an entity.
public ref class EntityLogicalNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class EntityLogicalNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type EntityLogicalNameAttribute = class
inherit Attribute
Public NotInheritable Class EntityLogicalNameAttribute
Inherits Attribute
- Inheritance
-
EntityLogicalNameAttribute
- Attributes
Constructors
EntityLogicalNameAttribute(String) |
Initializes a new instance of the EntityLogicalNameAttribute class. |
Properties
LogicalName |
Gets the logical name of the entity. |