SPWebPartTransformerCollection.IsReadOnly property
Gets the read-only property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As SPWebPartTransformerCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property value
Type: System.Boolean
Remarks
The SPWebPartTransformerCollection is set to read-only after the parent connection is activated.
See also
Reference
SPWebPartTransformerCollection class