CustomField.IsMultilineText property
Gets or sets a 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 CustomField
Dim value As Boolean
value = instance.IsMultilineText
instance.IsMultilineText = value
[RemoteAttribute]
public bool IsMultilineText { get; set; }
Property value
Type: System.Boolean
True if the text custom field can contain multiple lines; otherwise False.