UpdateScriptMetricSetOptionsStatement Property |
Gets or sets the statement of the script metric set to update.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "statement")]
public string Statement { get; set; }
<DataMemberAttribute(Name := "statement")>
Public Property Statement As String
Get
Set
public:
[DataMemberAttribute(Name = L"statement")]
property String^ Statement {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "statement")>]
member Statement : string with get, set
Property Value
Type:
StringSee Also