AssnHistoryDataSet.CustomFieldsDataTable.FindByMD_PROP_UID-Methode
Ruft ein CustomFieldsRow -Objekt mithilfe des angegebenen benutzerdefinierten Felds GUID ab.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByMD_PROP_UID ( _
MD_PROP_UID As Guid _
) As AssnHistoryDataSet.CustomFieldsRow
'Usage
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
)
Parameter
MD_PROP_UID
Typ: System.GuidDas benutzerdefinierte Feld GUID enthält.
Rückgabewert
Typ: WebSvcStatusing.AssnHistoryDataSet.CustomFieldsRow
Siehe auch
Referenz
AssnHistoryDataSet.CustomFieldsDataTable Klasse