CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_EDITABLE_IN_VISIBILITY property

Gets or sets a value that indicates whether the value is editable in project site visibility mode.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_IS_EDITABLE_IN_VISIBILITY As Boolean
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean

value = instance.MD_PROP_IS_EDITABLE_IN_VISIBILITY

instance.MD_PROP_IS_EDITABLE_IN_VISIBILITY = value
public bool MD_PROP_IS_EDITABLE_IN_VISIBILITY { get; set; }

Property value

Type: System.Boolean
True if the value is editable; otherwise, False.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace