PartialAgentManagedComputer.InstallTime Property
Applies To: Operations Manager for System Center 2012
Gets the time the agent computer was installed.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime InstallTime { get; }
public:
property DateTime InstallTime {
DateTime get();
}
member InstallTime : DateTime with get
Public ReadOnly Property InstallTime As Date
Property Value
Type: System.DateTime
Returns a DateTime value.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top