Description
This property is deprecated. Use VOModelFile property instead.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ModelFile() As String
|
| [C#] |
|---|
public string ModelFile {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ModelFile(); public: __property void set_ModelFile( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ModelFile( BSTR * pRetVal ); public: HRESULT put_ModelFile( BSTR NewModelFile );
|
| [Java] |
|---|
public String getModelFile();public void setModelFile( String );
|
See Also