AppliesToAllChildren property

Sets or returns whether this extension's settings apply to all children of this scope. For example, an extension applied at site level can be applied to all children (all communities) by setting AppliesToAllChildren to TRUE.

Syntax


C++

HRESULT get_AppliesToAllChildren(
   
VARIANT_BOOL* pAppliesToAllChildren)

HRESULT put_AppliesToAllChildren(
   
VARIANT_BOOL MyAppliesToAllChildren)

Scripting languages

AppliesToAllChildren = Object.AppliesToAllChildren

Object.AppliesToAllChildren = AppliesToAllChildren

Home

Applies to

IERUExtensionSetting