SPCopyFieldInformation.ReadOnlyField property
Gets or sets a Boolean value that specifies whether values in the copied field can be modified.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReadOnlyField As Boolean
Get
Set
'Usage
Dim instance As SPCopyFieldInformation
Dim value As Boolean
value = instance.ReadOnlyField
instance.ReadOnlyField = value
public bool ReadOnlyField { get; set; }
Property value
Type: System.Boolean
true if the field can be modified; otherwise, false.