Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string XslFile { get; set; }Public Property XslFile As String
Get
Set
public:
property String^ XslFile {
String^ get ();
void set (String^ value);
}member XslFile : string with get, set
Property Value
Type:
String
The XSL file path.
See Also