Microsoft.Protocols.TestSuites.MS_AUTHWS.AuthenticationSoap.Mode C# (CSharp) Method

Mode() private method

private Mode ( ) : AuthenticationMode
return AuthenticationMode
        public AuthenticationMode Mode()
        {
            object[] results = this.Invoke("Mode", new object[0]);
            return ((AuthenticationMode)(results[0]));
        }