ProjectDataSet.AssignmentCustomFieldsRow.MD_PROP_ID property
指定整數格式化的自訂欄位定義的專一識別碼。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_ID As Integer
Get
Set
'用途
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
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
請參閱
參照
ProjectDataSet.AssignmentCustomFieldsRow class