Share

BreakOperation.SourceBreakOperation Property

Parent Object: BreakOperation

Description

Property that returns the source BreakOperation object. For instance, if a projected view inherits the break from the parent base view, this property on the BreakOperation retrieved from the projected view will return the corresponding BreakOperation from the base view. If this BreakOperation itself is the source, the property returns nothing.

Syntax

BreakOperation.SourceBreakOperation() As BreakOperation

Property Value

This is a read only property whose value is a BreakOperation.

Version

Introduced in version 2010

Was this information helpful?