Set the data provider and the element name.
[Visual Basic .NET] |
---|
Public Sub Set( _ ByVal DataProvider As String, _ ByVal ElementName As String _ ) |
[C#] |
---|
public void Set( string DataProvider, string ElementName ); |
[Managed C++] |
---|
public: void Set( String __gc ^ DataProvider, String __gc ^ ElementName ); |
[Unmanaged C++] |
---|
public: HRESULT Set( BSTR DataProvider, BSTR ElementName ); |
[Java] |
---|
public void set( String DataProvider, String ElementName ); |
[Python - STK API ] |
---|
def Set(self, DataProvider:str, ElementName:str) -> None: |
- DataProvider
- The name of the data provider.
- ElementName
- The name of the element of the data provider.