Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the job completion status that causes an operating system log entry on job completion.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public SingleSignOnEventLogLevel EventLogLevel { get; set; }
public:
property SingleSignOnEventLogLevel EventLogLevel {
SingleSignOnEventLogLevel get();
void set(SingleSignOnEventLogLevel value);
}
member EventLogLevel : SingleSignOnEventLogLevel with get, set
Public Property EventLogLevel As SingleSignOnEventLogLevel
Property Value
Type: System.Web.Security.SingleSignOn.SingleSignOnEventLogLevel
The job completion status that causes an operating system log entry on job completion.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top