InstallAgentConfiguration.InstallPath Property
Applies To: Operations Manager for System Center 2012
Gets or sets the path where the agent is installed on the managed computer.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string InstallPath { get; set; }
public:
property String^ InstallPath {
String^ get();
void set(String^ value);
}
member InstallPath : string with get, set
Public Property InstallPath As String
Property Value
Type: System.String
Returns a String that contains the path where the agent is installed on the managed computer.
See Also
InstallAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top