EventHandlersDataSet.EventHandlersRow.IsDescriptionNull Method
Determines whether the Description property is a null value.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
Syntax
'Declaration
Public Function IsDescriptionNull As Boolean
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsDescriptionNull()
public bool IsDescriptionNull()
Return Value
Type: System.Boolean
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class