ExtensionManifestRequireHost Property  | 
 Gets the name of the host required to run this extension.
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string RequireHost { get; }Public ReadOnly Property RequireHost As String
	Get
public:
property String^ RequireHost {
	String^ get ();
}member RequireHost : string with get
Property Value
Type: 
StringThe name of the host.
See Also