Share via


ComputerHealthService.CreateListener Property

 

Applies To: Operations Manager for System Center 2012

Gets a value that indicates whether the health service creates a listening socket.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool CreateListener { get; }
public:
property bool CreateListener {
    bool get();
}
member CreateListener : bool with get
Public ReadOnly Property CreateListener As Boolean

Property Value

Type: System.Boolean

Returns a Boolean whose value is false.

Remarks

This property is not currently used, but is provided to support future functionality.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top