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!

EventLogEntry.Extension

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Extension As String
[C#]
public string Extension {get;}
[C++]
public: __property String* get_Extension();
[JScript]
public function get Extension() : String;

Property Value

[To be supplied.]

See Also

EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace | IPersistable