Description
Full path of namelist file.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NamelistFile() As String
|
[C#] |
---|
public string NamelistFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_NamelistFile(); public: __property void set_NamelistFile(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_NamelistFile(
BSTR * pVal
);
public: HRESULT put_NamelistFile(
BSTR InVal
);
|
[Java] |
---|
public String getNamelistFile();
public void setNamelistFile(
String
);
|
[Python - STK API] |
---|
@property
def NamelistFile(self) -> str:
@NamelistFile.setter
def NamelistFile(self, InVal:str) -> None:
|
See Also