EventHandlersDataSet.EventHandlersRow.Description Property
Optional description of the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property Description As String
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property Value
Type: System.String
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class