This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ActiveDirectoryRoleProvider
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ActiveDirectoryRoleProvider

The type exposes the following properties.

Public Properties

  Name Description
Public property ApplicationName
The name of the application using the custom provider
(Overrides RoleProvider..::ApplicationName.)
Public property Static member Current
The current Active Directory Role Provider
Public property Description (Inherited from ProviderBase.)
Public property Name (Inherited from ProviderBase.)
Public property WriteExceptionsToEventLog
If false, exceptions are thrown to the caller. If true, exceptions are written to the event log.

See Also

Advanced