Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the object contains read-only data.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContainsReadOnly As Boolean
Get
Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As Boolean
value = instance.ContainsReadOnly
instance.ContainsReadOnly = value
public bool ContainsReadOnly { get; set; }
Property value
Type: System.Boolean
true if it contains read-only data; otherwise, false.