RSS Documentation
Update Method



Syntax
'Declaration
 
Public Shared Sub Update( _
   ByVal cn As BPMConnection, _
   ByVal account As String, _
   ByVal user As User _
) 
'Usage
 
Dim cn As BPMConnection
Dim account As String
Dim user As User
 
User.Update(cn, account, user)
public static void Update( 
   BPMConnection cn,
   string account,
   User user
)
public:
static void Update( 
   BPMConnection^ cn,
   String^ account,
   User^ user
) 

Parameters

cn
account
user
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

User Class
User Members

Send Feedback