共用方式為


EventHandler.EndpointUrl property

取得或設定與事件處理常式相關聯之端點的 URL。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public Property EndpointUrl As String
    Get
    Set
'用途
Dim instance As EventHandler
Dim value As String

value = instance.EndpointUrl

instance.EndpointUrl = value
[RemoteAttribute]
public string EndpointUrl { get; set; }

Property value

Type: System.String
端點的位置。

請參閱

參照

EventHandler class

EventHandler members

Microsoft.ProjectServer.Client namespace