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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.