JobDefinition.Credentials 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.
Gets the credetials used to run the job.
public:
property Microsoft::EnterpriseManagement::Common::JobCredentials ^ Credentials { Microsoft::EnterpriseManagement::Common::JobCredentials ^ get(); };
public Microsoft.EnterpriseManagement.Common.JobCredentials Credentials { get; }
member this.Credentials : Microsoft.EnterpriseManagement.Common.JobCredentials
Public ReadOnly Property Credentials As JobCredentials
Property Value
The credetials used to run the job if specified; otherwise null.