Gets or sets the master data file path.
Read-write property
[Visual Basic .NET] |
---|
Public Property MasterDataFilepath() As String |
[C#] |
---|
public string MasterDataFilepath {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_MasterDataFilepath(); |
[Unmanaged C++] |
---|
public: HRESULT get_MasterDataFilepath( BSTR * pVal ); public: HRESULT put_MasterDataFilepath( BSTR newVal ); |
[Java] |
---|
public String getMasterDataFilepath(); public void setMasterDataFilepath( String ); |