OriginalNameAttribute 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.
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. |