EventHandlersDataSet.EventHandlersRow.Description property
Gets or sets the description of the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.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
The event handler description.
Remarks
Optional.
See also
Reference
EventHandlersDataSet.EventHandlersRow class