NamespaceMapEntry.AssemblyName 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 the assembly name that contains the types in the CLR namespace.
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
Property Value
The assembly name.
Exceptions
The value AssemblyName is being set to is null
.
Remarks
Use the "simple name" form for AssemblyName. In particular, do not specify the full path, and do not include the file extension. This is analogous to the form that might be reported by AssemblyName.Name.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.