EventHandlersDataSet.EventHandlersRow.EventHandlerUid property
Gets or sets the GUID that is associated with the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.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
The event handler GUID.
See also
Reference
EventHandlersDataSet.EventHandlersRow class