Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Gets the type of the discovery source.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public override DiscoverySourceType SourceType { get; }
public:
property DiscoverySourceType SourceType {
virtual DiscoverySourceType get() override;
}
override SourceType : DiscoverySourceType with get
Public Overrides ReadOnly Property SourceType As DiscoverySourceType
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.DiscoverySourceType
Returns a DiscoverySourceType value.
See Also
MonitoringRelationshipObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top