EventHandlersDataSet.EventHandlersDataTable.EventHandlerUidColumn Property
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property EventHandlerUidColumn As DataColumn
Get
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim value As DataColumn
value = instance.EventHandlerUidColumn
public DataColumn EventHandlerUidColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
EventHandlersDataSet.EventHandlersDataTable Class