CustomField.IsEditableInVisibility property
Gets or sets a value that indicates whether the value is editable 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 CustomField
Dim value As Boolean
value = instance.IsEditableInVisibility
instance.IsEditableInVisibility = value
[RemoteAttribute]
public bool IsEditableInVisibility { get; set; }
Property value
Type: System.Boolean
True if the value is editable in project site visibility mode; otherwise, False.