CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_ID_SECONDARYNull method
決定是否要將用來判斷圖形標記,工具提示的MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP屬性設定為a null reference (Nothing in Visual Basic)。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsMD_PROP_ID_SECONDARYNull As Boolean
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_ID_SECONDARYNull()
public bool IsMD_PROP_ID_SECONDARYNull()
傳回值
Type: System.Boolean
True如果屬性設定為 null ;否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class