CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID_SECONDARY property
取得或設定資源和任務自訂欄位的工作分派自訂欄位識別項。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_ID_SECONDARY As Integer
Get
Set
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Integer
value = instance.MD_PROP_ID_SECONDARY
instance.MD_PROP_ID_SECONDARY = value
public int MD_PROP_ID_SECONDARY { get; set; }
Property value
Type: System.Int32
工作分派自訂欄位識別項。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class