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!

EventLogInstaller.Log

The log in which the source will be created

[Visual Basic]
Public Property Log As String
[C#]
public string Log {get; set;}
[C++]
public: __property String* get_Log();
public: __property void set_Log(String*);
[JScript]
public function get Log() : String;
public function set Log(String);

See Also

EventLogInstaller Class | EventLogInstaller Members | System.Diagnostics Namespace