FieldEditingInfo.GetFieldEditType Method
Returns an enumerator that identifies the editing type of the designated field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetFieldEditType ( _
fieldDBName As String, _
protectedActuals As Boolean _
) As FieldEditType
'Usage
Dim instance As FieldEditingInfo
Dim fieldDBName As String
Dim protectedActuals As Boolean
Dim returnValue As FieldEditType
returnValue = instance.GetFieldEditType(fieldDBName, _
protectedActuals)
public FieldEditType GetFieldEditType(
string fieldDBName,
bool protectedActuals
)
Parameters
- fieldDBName
Type: System.String
The name of a database field.
- protectedActuals
Type: System.Boolean
A Boolean value that indicates whether the protected actuals process is enabled on the server.
Return Value
Type: Microsoft.Office.Project.Server.Library.FieldEditType