Gets or sets the DAFIF data path.
Read-write property
[Visual Basic .NET] |
---|
Public Property DataPath() As String |
[C#] |
---|
public string DataPath {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DataPath(); |
[Unmanaged C++] |
---|
public: HRESULT get_DataPath( BSTR * pVal ); public: HRESULT put_DataPath( BSTR newVal ); |
[Java] |
---|
public String getDataPath(); public void setDataPath( String ); |