Click or drag to resize

TermImporterConfiguration Properties

The TermImporterConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyDependsOn
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns Guid.Empty if no dependency exists.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public propertyEnabled
Specifies whether this timer job configuration will be executed.
(Inherited from BaseTimerJobConfiguration.)
Public propertyIsDependent
Returns true if the current timer job configuration depends on another timer job.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public propertyName
Specifies a name for the timer job configuration (used only within the MatchPoint timer jobs list).
(Inherited from BaseTimerJobConfiguration.)
Public propertyUniqueId
Contains a GUID that is used to identify the timer job.
(Inherited from BaseTimerJobConfiguration.)
Top
See Also