PathType Enum

Definition

Specifies that a string contains a name of an event log or the file system path to an event log file.

public enum class PathType
public enum PathType
type PathType = 
Public Enum PathType
Inheritance
PathType

Fields

FilePath 2

A path parameter contains the file system path to an event log file.

LogName 1

A path parameter contains the name of the event log.

Applies to

See also