CustomFieldCreationInformation.IsEditableInVisibility property

Gets or sets a Boolean value that indicates whether the custom field value can be edited in project site Visibility mode.

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

Syntax

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

value = instance.IsEditableInVisibility

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

Property value

Type: System.Boolean
True if the custom field value can be edited in project site Visibility mode; otherwise, False.

See also

Reference

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace