Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the text custom field can contain multiple lines.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_IS_MULTILINE_TEXT As Boolean
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_IS_MULTILINE_TEXT
instance.MD_PROP_IS_MULTILINE_TEXT = value
public bool MD_PROP_IS_MULTILINE_TEXT { get; set; }
Property value
Type: System.Boolean
True if the field can contain multiple lines; otherwise, False.
Remarks
A multiline text custom field can contain up to 4000 bytes. Multiline text custom fields are for use in project detail pages (PDPs) and with workflows in Project Web App for demand management. Multiline text custom fields are not usable in Project Professional.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class