Driver class
Provides methods that manage business drivers for analysis of project priorities and strategic business rule definitions.
Inheritance hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
WebSvcDriver.Driver
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "DriverSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Driver/")> _
Public Class Driver _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As Driver
[WebServiceBindingAttribute(Name = "DriverSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Driver/")]
public class Driver : 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.