adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / SetProxyPassword Method
The new password


In This Topic
    SetProxyPassword Method
    In This Topic
    Sets the password for the proxy, if any.
    Syntax
    'Declaration
     
    
    Public Sub SetProxyPassword( _
       ByVal value As String _
    ) 
    public void SetProxyPassword( 
       string value
    )
    public:
    void SetProxyPassword( 
       String^ value
    ) 

    Parameters

    value
    The new password
    See Also