Freigeben über


CustomFields.CheckOutCustomFields-Methode

Checkt die angegebene Enterprise benutzerdefinierten Felder für die Bearbeitung aus.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutCustomFields ( _
    array As Guid() _
)
'Usage
Dim instance As CustomFields
Dim array As Guid()

instance.CheckOutCustomFields(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCustomFields(
    Guid[] array
)

Parameter

  • array
    Typ: []

    Ein Array von benutzerdefinierten Felds GUIDs.

Hinweise

Ein Codebeispiel finden Sie unter UpdateCustomFields2.

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageEnterpriseCustomFields

Ermöglicht einem Benutzer das Ändern der Definitionen von benutzerdefinierten Enterprise-Felder und Nachschlagetabellen, Werte. Die globale Berechtigung.

Siehe auch

Referenz

CustomFields Klasse

CustomFields-Member

WebSvcCustomFields-Namespace