BPM.Server
ClearRole Method



Syntax
'Declaration
 
Sub ClearRole( _
   ByVal ouid As Integer, _
   ByVal roleName As String _
) 
'Usage
 
Dim instance As IBPMDataProvider
Dim ouid As Integer
Dim roleName As String
 
instance.ClearRole(ouid, roleName)
void ClearRole( 
   int ouid,
   string roleName
)
void ClearRole( 
   int ouid,
   String^ roleName
) 

Parameters

ouid
roleName
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

Reference

IBPMDataProvider Interface
IBPMDataProvider Members

Send Feedback