DataSource.WellKnownSeries 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 a well known series data source. This property is valid only when SourceType is WellKnownSeries.
public:
property Microsoft::SystemInsights::Capability::WellKnownSeriesDataSource ^ WellKnownSeries { Microsoft::SystemInsights::Capability::WellKnownSeriesDataSource ^ get(); void set(Microsoft::SystemInsights::Capability::WellKnownSeriesDataSource ^ value); };
public Microsoft.SystemInsights.Capability.WellKnownSeriesDataSource WellKnownSeries { get; set; }
member this.WellKnownSeries : Microsoft.SystemInsights.Capability.WellKnownSeriesDataSource with get, set
Public Property WellKnownSeries As WellKnownSeriesDataSource