File name.
Read-write property
[Visual Basic .NET] |
---|
Public Property File() As String |
[C#] |
---|
public string File {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_File(); |
[Unmanaged C++] |
---|
public: HRESULT get_File( BSTR * pRetVal ); public: HRESULT put_File( BSTR InVal ); |
[Java] |
---|
public String getFile(); public void setFile( String ); |
[Python - STK API] |
---|
@property def File(self) -> str: @File.setter def File(self, InVal:str) -> None: |