MonitoringRelationshipClassProperty.GetDiscoverySources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ManagementGroup.Monitoring.GetDiscoverySources
Returns the discovery sources of this class.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringDiscovery ^> ^ GetDiscoverySources();
[System.Obsolete("Use ManagementGroup.Monitoring.GetDiscoverySources")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringDiscovery> GetDiscoverySources ();
override this.GetDiscoverySources : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringDiscovery>
Public Function GetDiscoverySources () As ReadOnlyCollection(Of MonitoringDiscovery)
Returns
All the discovery objects that discovery this class.
- Attributes