EventHandlersDataSet.EventHandlersRow.IsEndpointUrlNull method
Determines whether the EndpointUrl property is a null value.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsEndpointUrlNull As Boolean
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsEndpointUrlNull()
public bool IsEndpointUrlNull()
Return value
Type: System.Boolean
True if EndpointUrl is null; otherwise, False.
See also
Reference
EventHandlersDataSet.EventHandlersRow class