ImportConfigDataIncludeSchedules Property |
Gets or sets a value indicating whether job schedules shall be imported.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = true, Name = "includeSchedules")]
public bool IncludeSchedules { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "includeSchedules")>
Public Property IncludeSchedules As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"includeSchedules")]
property bool IncludeSchedules {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "includeSchedules")>]
member IncludeSchedules : bool with get, set
Property Value
Type:
BooleanSee Also