CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID property
取得或設定整數識別項的企業自訂欄位。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_ID As Integer
Get
Set
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Integer
value = instance.MD_PROP_ID
instance.MD_PROP_ID = value
public int MD_PROP_ID { get; set; }
Property value
Type: System.Int32
整數識別項。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class