JobDefinition.JobSourceAdapterType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type that derives from JobSourceAdapter that contains the logic for invocation and management of this type of job.
public:
property Type ^ JobSourceAdapterType { Type ^ get(); };
public:
property Platform::Type ^ JobSourceAdapterType { Platform::Type ^ get(); };
public Type JobSourceAdapterType { get; }
member this.JobSourceAdapterType : Type
Public ReadOnly Property JobSourceAdapterType As Type