EventHandler.EndpointUrl property

Gets or sets the URL of the endpoint that is associated with the event handler.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property EndpointUrl As String
    Get
    Set
'Usage
Dim instance As EventHandler
Dim value As String

value = instance.EndpointUrl

instance.EndpointUrl = value
[RemoteAttribute]
public string EndpointUrl { get; set; }

Property value

Type: System.String
The location of the endpoint.

See also

Reference

EventHandler class

EventHandler members

Microsoft.ProjectServer.Client namespace