RemoteProviderMetadataPropertyDescriptors Property |
Gets the data provider specific property descriptors.
Namespace:
Dundas.BI.Data.DataProviders.Gateway
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<ProviderProperty> PropertyDescriptors { get; }Public ReadOnly Property PropertyDescriptors As IList(Of ProviderProperty)
Get
public:
property IList<ProviderProperty^>^ PropertyDescriptors {
IList<ProviderProperty^>^ get ();
}member PropertyDescriptors : IList<ProviderProperty> with get
Property Value
Type:
IListProviderProperty
See Also