adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgentCredentialProfile Class / SetPassword Method
The new password to use


In This Topic
    SetPassword Method (RemoteAgentCredentialProfile)
    In This Topic
    Sets the password to use for this override.
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal newPassword As String _
    ) 
    public void SetPassword( 
       string newPassword
    )
    public:
    void SetPassword( 
       String^ newPassword
    ) 

    Parameters

    newPassword
    The new password to use
    See Also