AliasAttribute.AliasNames Property
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.
Gets the alias names passed to the constructor.
public:
property System::Collections::Generic::IList<System::String ^> ^ AliasNames { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AliasNames { get; }
member this.AliasNames : System.Collections.Generic.IList<string>
Public ReadOnly Property AliasNames As IList(Of String)