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