Share via


TypeDescriptorStruct.ChildrenContainRules property

Gets or sets whether the child objects contain rules.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ChildrenContainRules As Boolean
    Get
    Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As Boolean

value = instance.ChildrenContainRules

instance.ChildrenContainRules = value
public bool ChildrenContainRules { get; set; }

Property value

Type: System.Boolean
true if they contain rules; otherwise, false.

See also

Reference

TypeDescriptorStruct class

TypeDescriptorStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace