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);
EventLogInstaller Class | EventLogInstaller Members | System.Diagnostics Namespace