adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / SetPassword Method
The new password for the profile.


In This Topic
    SetPassword Method (CredentialProfile)
    In This Topic
    Sets the password to the new value.
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal value As String _
    ) 
    public void SetPassword( 
       string value
    )
    public:
    void SetPassword( 
       String^ value
    ) 

    Parameters

    value
    The new password for the profile.
    Remarks

    This method sets the password to the specified value, and sets the LastPasswordChange to the current date/time.

    The change takes place only once the CredentialProfile is saved; the caller must have Modify permission for the profile.

    See Also