EventHandlersDataSet.EventHandlersRow.EndpointUrl property
Gets or sets the network location of the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property EndpointUrl As String
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
public string EndpointUrl { get; set; }
Property value
Type: System.String
The network location of the event handler.
See also
Reference
EventHandlersDataSet.EventHandlersRow class