CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_FORMULANull 方法
确定是否将MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP属性,用于存储计算值的自定义字段,该公式设为空引用(无 在 Visual Basic 中)。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function IsMD_PROP_FORMULANull As Boolean
用法
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_FORMULANull()
public bool IsMD_PROP_FORMULANull()
返回值
类型:System.Boolean
True如果该属性设置为 null ;否则为False。
另请参阅
引用
CustomFieldDataSet.CustomFieldsRow 类