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