Gets or sets the XSL file root directory path. When the path is set, it is rooted by
GetPath(String).
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string XslPath { get; set; }Public Property XslPath As String
Get
Set
public:
property String^ XslPath {
String^ get ();
void set (String^ value);
}member XslPath : string with get, set
Property Value
Type:
String
An absolute file path to the xsl document to be used.
See Also