DeleteRole not supported. For security and management purposes, ADRoleProvider only supports read operations against Active Direcory.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override bool DeleteRole(
	string rolename,
	bool throwOnPopulatedRole
)
Visual Basic
Public Overrides Function DeleteRole ( 
	rolename As String,
	throwOnPopulatedRole As Boolean
) As Boolean
Visual C++
public:
virtual bool DeleteRole(
	String^ rolename, 
	bool throwOnPopulatedRole
) override
F#
abstract DeleteRole : 
        rolename : string * 
        throwOnPopulatedRole : bool -> bool 
override DeleteRole : 
        rolename : string * 
        throwOnPopulatedRole : bool -> bool 

Parameters

rolename
Type: System..::..String
throwOnPopulatedRole
Type: System..::..Boolean

Return Value

Type: Boolean

See Also