Path to namelist file.
Read-write property
[Visual Basic .NET] |
---|
Public Property NamelistFile() As String |
[C#] |
---|
public string NamelistFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_NamelistFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_NamelistFile( BSTR * pVal ); public: HRESULT put_NamelistFile( BSTR InVal ); |
[Java] |
---|
public String getNamelistFile(); public void setNamelistFile( String ); |