ExtensionPackageInfoName Property |
Gets the name of the extension package.
Namespace: Dundas.BI.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic abstract string Name { get; }Public MustOverride ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () abstract;
}abstract Name : string with get
Property Value
String
RemarksThe return value of this property should never change depending on the culture.
See Also