NetworkDiscovery.MonitoringServerPool Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As NetworkDiscovery
Dim value As ManagementServicePool
value = instance.MonitoringServerPool
instance.MonitoringServerPool = value
Syntax
'Declaration
Public Property MonitoringServerPool As ManagementServicePool
public ManagementServicePool MonitoringServerPool { get; set; }
public:
property ManagementServicePool^ MonitoringServerPool {
ManagementServicePool^ get ();
void set (ManagementServicePool^ value);
}
/** @property */
public ManagementServicePool get_MonitoringServerPool ()
/** @property */
public void set_MonitoringServerPool (ManagementServicePool value)
public function get MonitoringServerPool () : ManagementServicePool
public function set MonitoringServerPool (value : ManagementServicePool)
Property Value
Returns ManagementServicePool.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
NetworkDiscovery Class
NetworkDiscovery Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace