StageCustomField class
Represents a custom field for a project stage.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.StageCustomField
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.StageCustomField", ServerTypeId := "{c2b6a35d-b90b-4396-bb02-db8e34966013}")> _
Public Class StageCustomField _
Inherits ClientObject
'Usage
Dim instance As StageCustomField
[ScriptTypeAttribute("PS.StageCustomField", ServerTypeId = "{c2b6a35d-b90b-4396-bb02-db8e34966013}")]
public class StageCustomField : ClientObject
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.