MdxScript.DefaultScript Property

Definition

Gets or sets an indication if the current script the default one among all scripts.

public bool DefaultScript { get; set; }
member this.DefaultScript : bool with get, set
Public Property DefaultScript As Boolean

Property Value

true if the current script is the default; otherwise, false.

Remarks

Setting this property to true for one script will set all other scripts to false.

Applies to