Aracılığıyla paylaş


CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_MULTILINE_TEXT Property

The text custom field can contain multiple lines.

Namespace:  [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl

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

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

CustomFieldDataSet.CustomFieldsRow Members

CustomFields Web Service