AdapterInfoFullJavaScriptName Property |
Gets or sets the full JavaScript name of the info class.
Namespace: Dundas.BI.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string? FullJavaScriptName { get; protected set; }Public Property FullJavaScriptName As String
Get
Protected Set
public:
property String^ FullJavaScriptName {
String^ get ();
protected: void set (String^ value);
}member FullJavaScriptName : string with get, set
Property Value
String
The full JavaScript name of the info class.
See Also