adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProxySettings Class / AuthMethod Property


In This Topic
    AuthMethod Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AuthMethod As Integer
    public int AuthMethod {get; set;}
    public:
    property int AuthMethod {
       int get();
       void set (    int value);
    }
    See Also