EventHandlersDataSet.EventHandlersRow.EndpointUrl - Propriété
Obtient ou définit l'emplacement réseau du Gestionnaire d'événements.
Espace de noms : WebSvcEvents
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property EndpointUrl As String
Get
Set
'Utilisation
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.EndpointUrl
instance.EndpointUrl = value
public string EndpointUrl { get; set; }
Valeur de propriété
Type : System.String
L'emplacement réseau du Gestionnaire d'événements.
Voir aussi
Référence
EventHandlersDataSet.EventHandlersRow classe