QueryDataProviderZoneAttribute.Zone 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.
Gets the data zone of the data provider. For example, a data provider may provide data for C++ projects. If there is no C++ project, we don't want to load the provider to the product. This is currently not implemented, and need be covered soon.
public string Zone { get; }
member this.Zone : string
Public ReadOnly Property Zone As String