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.Source

The source to be created

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

See Also

EventLogInstaller Class | EventLogInstaller Members | System.Diagnostics Namespace