DataSource.SourceType Property
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.
Specifies the data source type, i.e. performance counter.
public:
property Microsoft::SystemInsights::Common::DataSourceType SourceType { Microsoft::SystemInsights::Common::DataSourceType get(); void set(Microsoft::SystemInsights::Common::DataSourceType value); };
public Microsoft.SystemInsights.Common.DataSourceType SourceType { get; set; }
member this.SourceType : Microsoft.SystemInsights.Common.DataSourceType with get, set
Public Property SourceType As DataSourceType