EventHandlerCreationInformation.EndpointUrl propriedade
Obtém ou define o local da rede do manipulador de eventos.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public Property EndpointUrl As String
Get
Set
'Uso
Dim instance As EventHandlerCreationInformation
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
[RemoteAttribute]
public string EndpointUrl { get; set; }
Valor de propriedade
Tipo: System.String
O local de rede do manipulador de eventos.
Ver também
Referência
EventHandlerCreationInformation classe