adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProxySettings Class / SetPassword Method
The new password


In This Topic
    SetPassword Method (FileServiceProxySettings)
    In This Topic
    Sets the password for connecting to this provider
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal value As String _
    ) 
    public void SetPassword( 
       string value
    )
    public:
    void SetPassword( 
       String^ value
    ) 

    Parameters

    value
    The new password
    Remarks
    Passwords cannot be retrieved, only set
    See Also