CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID_SECONDARY 属性
获取或设置工作分配自定义域标识符的资源和任务自定义字段。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
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; }
属性值
类型:System.Int32
分配自定义的字段标识符。
另请参阅
引用
CustomFieldDataSet.CustomFieldsRow 类