ExtensionManifestMainAssemblyName Property  | 
 Gets the name of the main assembly.
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string MainAssemblyName { get; }Public ReadOnly Property MainAssemblyName As String
	Get
public:
property String^ MainAssemblyName {
	String^ get ();
}member MainAssemblyName : string with get
Property Value
Type: 
StringThe name of the main assembly.
See Also