ExtensionManifestExtensionFolderName Property |
Gets the name of the extension folder.
Namespace:
Dundas.BI.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string ExtensionFolderName { get; }
Public ReadOnly Property ExtensionFolderName As String
Get
public:
property String^ ExtensionFolderName {
String^ get ();
}
member ExtensionFolderName : string with get
Property Value
Type:
StringThe name of the extension folder.
See Also