共用方式為


LoginForms 類別

包含由 Project Server 表單驗證的Login和Logoff方法。

繼承階層架構

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcLoginForms.LoginForms

命名空間:  WebSvcLoginForms
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<WebServiceBindingAttribute(Name := "LoginFormsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")> _
Public Class LoginForms _
    Inherits SoapHttpClientProtocol
'用途
Dim instance As LoginForms
[WebServiceBindingAttribute(Name = "LoginFormsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginForms/")]
public class LoginForms : SoapHttpClientProtocol

備註

如需開發以 ASMX 為主多重驗證 (宣告和表單型) 環境中的應用程式的資訊,請參閱 < Prerequisites for ASMX-Based Code Samples

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

LoginForms 成員

WebSvcLoginForms 命名空間