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