StageCustomFieldCollection.GetById method
Gets a stage custom field from the collection with the Id value.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As StageCustomField
'Usage
Dim instance As StageCustomFieldCollection
Dim objectId As String
Dim returnValue As StageCustomField
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public StageCustomField GetById(
string objectId
)
Parameters
objectId
Type: System.StringThe string representation of the stage custom field GUID.
Return value
Type: Microsoft.ProjectServer.Client.StageCustomField
A StageCustomField object.
See also
Reference
StageCustomFieldCollection class