Returns the time array component's qualified path or null if no component has been configured yet.
[Visual Basic .NET] |
---|
Public Function GetTimeArrayQualifiedPath() As String |
[C#] |
---|
public string GetTimeArrayQualifiedPath(); |
[Managed C++] |
---|
public: String __gc ^ GetTimeArrayQualifiedPath(); |
[Unmanaged C++] |
---|
public: HRESULT GetTimeArrayQualifiedPath( BSTR * pRetVal ); |
[Java] |
---|
public String getTimeArrayQualifiedPath(); |