EventHandlersDataSet.EventHandlersRow.EndpointUrl 屬性
取得或設定事件處理常式的網路位置。
命名空間: WebSvcEvents
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property EndpointUrl As String
Get
Set
'用途
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
public string EndpointUrl { get; set; }
屬性值
類型:System.String
事件處理常式的網路位置。
請參閱
參照
EventHandlersDataSet.EventHandlersRow 類別