XsltSettings.ScriptTempPath PropertyXsltSettings.ScriptTempPath PropertyXsltSettings::ScriptTempPath Property

Gets or sets a value indicating where to store compiled assemblies for embedded script blocks.

Syntax

Public Property ScriptTempPath As String
        Get
        Set(ByVal value As String)
public string ScriptTempPath { get; set; }
public:
property String^ ScriptTempPath {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringstringstring value indicating a path to a temporary storage directory.

Remarks

The default value is null a null reference (Nothing in Visual Basic) nullptr.

The path to temporary storage must exist and must be writable to the process; If EnableScriptEnableScriptEnableScript is false then unused.