Description
Base Directory where VDF file is
extracted.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property BaseDirectory() As String
|
[C#] |
public string BaseDirectory {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_BaseDirectory();
public: __property void set_BaseDirectory(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_BaseDirectory(
BSTR * pRetVal
);
public: HRESULT put_BaseDirectory(
BSTR NewBaseDirectory
);
|
[Java] |
public String getBaseDirectory();public void setBaseDirectory(
String
);
|
See Also