EventHandlersDataSet.EventHandlersRow.EventHandlerUid Property

Specifies the unique identifier of the event handler.

Namespace:  WebSvcEvents
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property EventHandlerUid As Guid
    Get
    Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As Guid

value = instance.EventHandlerUid

instance.EventHandlerUid = value
public Guid EventHandlerUid { get; set; }

Property Value

Type: System.Guid

See Also

Reference

EventHandlersDataSet.EventHandlersRow Class

EventHandlersDataSet.EventHandlersRow Members

WebSvcEvents Namespace