EventHandlersDataSet.EventHandlersRow.IsEndpointUrlNull 方法
會決定是否EndpointUrl屬性為 null 值。
命名空間: WebSvcEvents
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Function IsEndpointUrlNull As Boolean
'用途
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsEndpointUrlNull()
public bool IsEndpointUrlNull()
傳回值
類型:System.Boolean
True如果EndpointUrl是 null ;否則,請False。
請參閱
參照
EventHandlersDataSet.EventHandlersRow 類別