NamespaceMapEntry.AssemblyName Property

Definition

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