Freigeben über


CustomFields.DeleteCustomFields-Methode

Löscht die angegebenen Enterprise benutzerdefinierten Feldern.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/DeleteCustomFields", 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 DeleteCustomFields ( _
    CustomFieldIDs As Guid() _
)
'Usage
Dim instance As CustomFields
Dim CustomFieldIDs As Guid()

instance.DeleteCustomFields(CustomFieldIDs)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/DeleteCustomFields", 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 DeleteCustomFields(
    Guid[] CustomFieldIDs
)

Parameter

  • CustomFieldIDs
    Typ: []

    Ein Array von benutzerdefinierten Felds GUIDs.

Hinweise

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