DocumentSettingsSearchPath Property |
Gets or sets a semicolon-delimited list of directory URLs or paths to search for documents.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public string SearchPath { get; set; }
Public Property SearchPath As String
Get
Set
public:
property String^ SearchPath {
String^ get ();
void set (String^ value);
}
member SearchPath : string with get, set
Property Value
StringSee Also