Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information that is used in the creation of a custom field.
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
'Declaration
<ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject := True, _
ServerTypeId := "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")> _
Public Class CustomFieldCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As CustomFieldCreationInformation
[ScriptTypeAttribute("PS.CustomFieldCreationInformation", ValueObject = true,
ServerTypeId = "{e98c4be3-a6b6-4801-ba6a-9394a5c25177}")]
public class CustomFieldCreationInformation : ClientValueObject
Remarks
The CSOM can create only enterprise custom fields, not local custom fields that are defined within a project.
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.