CustomFieldDataSet.CustomFieldsRow.IsMD_PROP_USE_FOR_MATCHINGNull method
決定是否要將MD_PROP_USE_FOR_MATCHING屬性設定成a null reference (Nothing in Visual Basic)。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsMD_PROP_USE_FOR_MATCHINGNull As Boolean
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_USE_FOR_MATCHINGNull()
public bool IsMD_PROP_USE_FOR_MATCHINGNull()
傳回值
Type: System.Boolean
True如果屬性設定為 null ;否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class