AttributeLogicalNameAttribute 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.
Used by the code generation tool to create classes based on entities.
public ref class AttributeLogicalNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class AttributeLogicalNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type AttributeLogicalNameAttribute = class
inherit Attribute
Public NotInheritable Class AttributeLogicalNameAttribute
Inherits Attribute
- Inheritance
-
AttributeLogicalNameAttribute
- Attributes
Constructors
AttributeLogicalNameAttribute(String) |
Initializes a new instance of the AttributeLogicalNameAttribute class |
Properties
LogicalName |
Gets the logical name of an attribute. |