MARC21SetTempPath Property |
Defines the TempDirectory. Otherwise, system temp directory is used by default
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public string SetTempPath { get; set; }
Public Property SetTempPath As String
Get
Set
public:
virtual property String^ SetTempPath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SetTempPath : string with get, set
override SetTempPath : string with get, set
Property Value
Type:
StringImplements
MARC21_InterfaceSetTempPathSee Also