OriginalNameAttribute Class

Definition

Denotes the original name of a variable defined in metadata.

[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class OriginalNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type OriginalNameAttribute = class
    inherit Attribute
Public NotInheritable Class OriginalNameAttribute
Inherits Attribute
Inheritance
OriginalNameAttribute
Attributes

Constructors

OriginalNameAttribute(String)

Initializes a new instance of the OriginalNameAttribute class.

Properties

OriginalName

Gets the original names of the variable.

Applies to