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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.