StageCustomFieldCollection.Add method
Adds the custom field that is specified by the StageCustomFieldCreationInformation object to the collection.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Add ( _
creationInfo As StageCustomFieldCreationInformation _
) As StageCustomField
'Usage
Dim instance As StageCustomFieldCollection
Dim creationInfo As StageCustomFieldCreationInformation
Dim returnValue As StageCustomField
returnValue = instance.Add(creationInfo)
[RemoteAttribute]
public StageCustomField Add(
StageCustomFieldCreationInformation creationInfo
)
Parameters
creationInfo
Type: Microsoft.ProjectServer.Client.StageCustomFieldCreationInformationThe properties of the custom field to add to the stage.
Return value
Type: Microsoft.ProjectServer.Client.StageCustomField
The custom field for the workflow stage.
See also
Reference
StageCustomFieldCollection class