Share via


EventHandlerCreationInformation.EndpointUrl property

Gets or sets the network location of 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 EventHandlerCreationInformation
Dim value As String

value = instance.EndpointUrl

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

Property value

Type: System.String
The network location of the event handler.

See also

Reference

EventHandlerCreationInformation class

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace