| IXslFilterNeedStart Property |
Whether this filter's Start method has to be called.
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxReadOnly Property NeedStart As Boolean
Get
property bool NeedStart {
bool get ();
}abstract NeedStart : bool with get
Property Value
Type:
Booleantrue if you want Start to be called; otherwise,
false.
See Also