| BindingRedirectSettingsAssemblyName Property |
This is used to get or set the assembly name (no extension)
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public string AssemblyName { get; set; }
Public Property AssemblyName As String
Get
Set
public:
property String^ AssemblyName {
String^ get ();
void set (String^ value);
}
member AssemblyName : string with get, set
Property Value
Type:
StringSee Also