Share via


TypeDescriptorStruct.ContainsReadOnly property

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.

See also

Reference

TypeDescriptorStruct class

TypeDescriptorStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace