EventHandlerCreationInformation.EndpointUrl property
取得或設定事件處理常式的網路位置。
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 EventHandlerCreationInformation
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
[RemoteAttribute]
public string EndpointUrl { get; set; }
Property value
Type: System.String
事件處理常式的網路位置。
請參閱
參照
EventHandlerCreationInformation class