StatusingAssignmentsDataSet.AssignmentsDataTable.FindByASSN_UID-Methode
Ruft ein AssignmentsRow -Objekt mithilfe der angegebenen Zuordnung GUID ab.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByASSN_UID ( _
ASSN_UID As Guid _
) As StatusingAssignmentsDataSet.AssignmentsRow
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim ASSN_UID As Guid
Dim returnValue As StatusingAssignmentsDataSet.AssignmentsRow
returnValue = instance.FindByASSN_UID(ASSN_UID)
public StatusingAssignmentsDataSet.AssignmentsRow FindByASSN_UID(
Guid ASSN_UID
)
Parameter
ASSN_UID
Typ: System.GuidDie Zuweisung GUID enthält.
Rückgabewert
Typ: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow
Siehe auch
Referenz
StatusingAssignmentsDataSet.AssignmentsDataTable Klasse