DataSourceTypeAttribute.DataSourceTypes 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 source types.
public:
property System::String ^ DataSourceTypes { System::String ^ get(); };
public:
property Platform::String ^ DataSourceTypes { Platform::String ^ get(); };
[System.ComponentModel.DefaultValue("")]
public string DataSourceTypes { get; }
[<System.ComponentModel.DefaultValue("")>]
member this.DataSourceTypes : string
Public ReadOnly Property DataSourceTypes As String
Property Value
The data source types.
- Attributes