DataSource.SeriesContext 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 context of the data series, which is defined by the capability upon capability registration.
public:
property System::String ^ SeriesContext { System::String ^ get(); void set(System::String ^ value); };
public string SeriesContext { get; set; }
member this.SeriesContext : string with get, set
Public Property SeriesContext As String