CodeImport.Alias 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 or sets a friendly name for the referenced namespace.
public:
property System::String ^ Alias { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Alias { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(202)]
public string Alias { [System.Runtime.InteropServices.DispId(202)] get; [System.Runtime.InteropServices.DispId(202)] set; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
[<set: System.Runtime.InteropServices.DispId(202)>]
member this.Alias : string with get, set
Public Property Alias As String
Property Value
A name for the referenced namespace.
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.
- Attributes