AdapterInfoFullJavaScriptName Property |
Gets or sets the full JavaScript name of the info class.
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? 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
Type:
String
The full JavaScript name of the info class.
See Also