共用方式為


Resource class

包含管理資源和使用者在 Project Server 中的方法。

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcResource.Resource

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

Resource members

WebSvcResource namespace