共用方式為


Job.jobmodifiedTime Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The date and time at which the job was modified.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim value As Nullable(Of DateTime)

value = Me.jobmodifiedTime

Me.jobmodifiedTime = value

Syntax

'Declaration
Protected jobmodifiedTime As Nullable(Of DateTime)
protected Nullable<DateTime> jobmodifiedTime
protected:
Nullable<DateTime> jobmodifiedTime
protected Nullable<DateTime> jobmodifiedTime
protected var jobmodifiedTime : Nullable<DateTime>

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Job Class
Job Members
Microsoft.EnterpriseManagement Namespace