This read/write property returns and sets the default alias to be used by referencing assemblies. This allows a friendly default alias to be provided in cases where the name itself is not friendly. For example, in COM interoperability, the generated assembly name will be the GUID of the type library, whilst the default alias will be the friendly type library name. If null, then the name would be used as the default alias.
[Visual Basic] Overridable Public Property DefaultAlias As String [C#] public string DefaultAlias {virtual get; virtual set;} [C++] public: __property virtual String* get_DefaultAlias(); public: __property virtual void set_DefaultAlias(String*); [JScript] public function get DefaultAlias() : String; public function set DefaultAlias(String);
Read/write. Returns and sets the default alias to be used by referencing assemblies.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace