 | LoggerShellLogEvents property |
String with logging event names separated by '|'.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string LogEvents { protected get; set; }
Public Property LogEvents As String
Protected Get
Set
public:
property String^ LogEvents {
protected: String^ get ();
void set (String^ value);
}
member LogEvents : string with get, set
Property value
String
See also