AttributeLogicalNameAttribute Class

Definition

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.

Applies to