Determines the output path for report type.
Syntax
Visual Basic (Declaration) | |
---|
Public Enum WebSchedulerReportOutputPathType
Inherits System.Enum |
C# | |
---|
public enum WebSchedulerReportOutputPathType : System.Enum |
Delphi | |
---|
public enum WebSchedulerReportOutputPathType = class(System.Enum) |
JScript | |
---|
public enum WebSchedulerReportOutputPathType extends System.Enum |
Managed Extensions for C++ | |
---|
__value public enum WebSchedulerReportOutputPathType : public System.Enum |
C++/CLI | |
---|
public enum class WebSchedulerReportOutputPathType : public System.Enum |
Members
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebScheduler.WebSchedulerReportOutputPathType
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also