NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceListeners.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the TraceListeners class.

Overload List

Gets the first TraceListener in the list with the specified name.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As TraceListener
[C#] public TraceListener this[String] {get;}
[C++] public: __property TraceListener* get_Item(String*);
[JScript] TraceListeners.Item (String)

Gets or sets the TraceListener at the specified index.

[Visual Basic] Overloads Public Default Property Item(Integer) As TraceListener
[C#] public TraceListener this[int] {get; set;}
[C++] public: __property TraceListener* get_Item(int);
public: __property void set_Item(int, TraceListener*);
[JScript] TraceListeners.Item (int)

See Also

TraceListeners Class | TraceListeners Members | System.Diagnostics Namespace