Share via


CustomFieldCreationInformation.IsMultilineText property

Gets or sets a Boolean value that indicates whether a text custom field can contain multiple lines.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsMultilineText As Boolean
    Get
    Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As Boolean

value = instance.IsMultilineText

instance.IsMultilineText = value
[RemoteAttribute]
public bool IsMultilineText { get; set; }

Property value

Type: System.Boolean
True if a text custom field can contain multiple lines; otherwise False.

See also

Reference

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace