ScriptActionScript Property  | 
 
            Gets or sets the script.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Script { get; set; }Public Property Script As String
	Get
	Set
public:
property String^ Script {
	String^ get ();
	void set (String^ value);
}member Script : string with get, set
Property Value
Type: 
String
            The script.
            
See Also