LookupTable.CheckInLookupTables-Methode
Checkt die angegebene benutzerdefinierte Feld Nachschlagetabellen.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInLookupTables ( _
array As Guid(), _
force As Boolean _
)
'Usage
Dim instance As LookupTable
Dim array As Guid()
Dim force As Boolean
instance.CheckInLookupTables(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInLookupTables(
Guid[] array,
bool force
)
Parameter
array
Typ: []Array von GUIDs der Nachschlagetabelle.
force
Typ: System.BooleanErzwingen Sie einchecken, wenn von einem anderen Benutzer ausgecheckt.