Open sandboxFocus

Property IsPartial

IsPartial

Gets a value indicating whether this IPartialCompilation represents a subset of the full compilation, or the complete compilation.

Declaration
bool IsPartial { get; }
Property Value
Type Description
bool

true if this represents a partial view; false if it represents the complete compilation.