AssnHistoryDataSet.CustomFieldsDataTable.FindByMD_PROP_UID 方法

通过使用指定的自定义域 GUID 检索一个CustomFieldsRow对象。

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByMD_PROP_UID ( _
    MD_PROP_UID As Guid _
) As AssnHistoryDataSet.CustomFieldsRow
用法
Dim instance As AssnHistoryDataSet.CustomFieldsDataTable
Dim MD_PROP_UID As Guid
Dim returnValue As AssnHistoryDataSet.CustomFieldsRow

returnValue = instance.FindByMD_PROP_UID(MD_PROP_UID)
public AssnHistoryDataSet.CustomFieldsRow FindByMD_PROP_UID(
    Guid MD_PROP_UID
)

参数

  • MD_PROP_UID
    类型:System.Guid

    包含自定义字段的 GUID。

返回值

类型:WebSvcStatusing.AssnHistoryDataSet.CustomFieldsRow

另请参阅

引用

AssnHistoryDataSet.CustomFieldsDataTable 类

AssnHistoryDataSet.CustomFieldsDataTable 成员

WebSvcStatusing 命名空间