EventHandlerCreationInformation.EndpointUrl 属性
获取或设置事件处理程序的网络位置。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<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; }
属性值
类型:System.String
该事件处理程序的网络位置。
另请参阅
引用
EventHandlerCreationInformation 类