StageCustomField class
代表專案階段的自訂欄位。
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
'宣告
<ScriptTypeAttribute("PS.StageCustomField", ServerTypeId := "{c2b6a35d-b90b-4396-bb02-db8e34966013}")> _
Public Class StageCustomField _
Inherits ClientObject
'用途
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.