AliasAttribute.Alias Property

Definition

Gets the alias.

public string Alias { get; }
member this.Alias : string
Public ReadOnly Property Alias As String

Property Value

Remarks

In the case of a type, the alias must be globally unique. In the case of a method, the alias must be unique to the declaring type.

Applies to