Share via


CustomFieldCreationInformation class

Fornece informações que são usadas na criação de um campo personalizado.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.CustomFieldCreationInformation

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaração
<ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject := True,  _
    ServerTypeId := "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")> _
Public Class CustomFieldCreationInformation _
    Inherits ClientValueObject
'Uso
Dim instance As CustomFieldCreationInformation
[ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject = true, 
    ServerTypeId = "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")]
public class CustomFieldCreationInformation : ClientValueObject

Remarks

O CSOM pode criar somente campos personalizados da empresa, os campos personalizados locais não são definidos em um projeto.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace