EventHandlersDataSet.EventHandlersRow.IsOrderNull 方法
确定Order属性是否为空值。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function IsOrderNull As Boolean
用法
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsOrderNull()
public bool IsOrderNull()
返回值
类型:System.Boolean
True如果顺序设置为 null ;否则为False。
另请参阅
引用
EventHandlersDataSet.EventHandlersRow 类