RunJobOptionsRelatedJobsIncludeKinds Property  | 
 
            Gets or sets the include kinds of the related jobs.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic RelatedJobsIncludeKinds RelatedJobsIncludeKinds { get; set; }Public Property RelatedJobsIncludeKinds As RelatedJobsIncludeKinds
	Get
	Set
public:
property RelatedJobsIncludeKinds RelatedJobsIncludeKinds {
	RelatedJobsIncludeKinds get ();
	void set (RelatedJobsIncludeKinds value);
}member RelatedJobsIncludeKinds : RelatedJobsIncludeKinds with get, set
Property Value
Type: 
RelatedJobsIncludeKindsThe include kinds of the related jobs.
See Also