AgentPendingAction.LastModified Property
Applies To: Operations Manager for System Center 2012
Gets the time at which the pending task was last modified.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime LastModified { get; }
public:
property DateTime LastModified {
DateTime get();
}
member LastModified : DateTime with get
Public ReadOnly Property LastModified As Date
Property Value
Type: System.DateTime
Returns a DateTime that contains the time at which the pending task was last modified.
See Also
AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top