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 类