The fully qualified path to the model file.
Read-write property
[Visual Basic .NET] |
---|
Public Property FilePath() As String |
[C#] |
---|
public string FilePath {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_FilePath(); |
[Unmanaged C++] |
---|
public: HRESULT get_FilePath( BSTR * pFilePath ); public: HRESULT put_FilePath( BSTR FilePath ); |
[Java] |
---|
public String getFilePath(); public void setFilePath( String ); |