BPM.Server
CopyFrom Method (Role)



Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal role As BPM._Role _
) 
'Usage
 
Dim instance As Role
Dim role As BPM._Role
 
instance.CopyFrom(role)
public void CopyFrom( 
   BPM._Role role
)
public:
void CopyFrom( 
   BPM._Role^ role
) 

Parameters

role
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

Role Class
Role Members

Send Feedback