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!

EventLogNames.IsValid

[To be supplied.]

[Visual Basic]
Public Shared Function IsValid( _
   ByVal value As Integer _
) As Boolean
[C#]
public static bool IsValid(
   int value
);
[C++]
public: static bool IsValid(
   int value
);
[JScript]
public static function IsValid(
   value : int
) : Boolean;

Parameters

value
[To be supplied.]

See Also

EventLogNames Class | EventLogNames Members | System.Diagnostics Namespace