Returns the object representing a list of available data providers for the object.
Read-only property
[Visual Basic .NET] |
---|
Public Property DataProviders() As IAgDataProviderCollection |
[C#] |
---|
public IAgDataProviderCollection DataProviders {get;} |
[Managed C++] |
---|
public: __property IAgDataProviderCollection ^ get_DataProviders(); |
[Unmanaged C++] |
---|
public: HRESULT get_DataProviders( IAgDataProviderCollection ** ppRetVal ); |
[Java] |
---|
public IAgDataProviderCollection getDataProviders(); |
[Python - STK API ] |
---|
@property def DataProviders(self) -> "IAgDataProviderCollection": |