AemSettings.LocalSharePath Property
Applies To: Operations Manager for System Center 2012
Gets or sets the local file share path.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string LocalSharePath { get; set; }
public:
property String^ LocalSharePath {
String^ get();
void set(String^ value);
}
member LocalSharePath : string with get, set
Public Property LocalSharePath As String
Property Value
Type: System.String
Returns a String representing the path.
Remarks
The share is created on the local path of the Management Server and shared with the necessary permissions.
Important
The share must be on an NTFS partition and have at least 2 GB of free disk space. It is recommended that the path be no longer than 120 characters. The share path must not be a UNC path or mapped drive letter.
See Also
AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top