SPWebPartTransformerCollection.IsReadOnly Property
Gets the read-only property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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