FilterCollection.Item Property
[This is preliminary documentation and subject to change.]
Gets or sets the Filter at the given index in this FilterCollection.
[Visual Basic]
Overridable Public Default Property Item( _
ByVal
index As
Integer _
) As
Filter
[C#]
public virtual
Filter this[
int index] {get; set;}
Parameters
-
index
-
Missing <param> documentation for index
See Also
FilterCollection Class | NLog Namespace