| TemplateBindingIncludeOnly Property  | 
            Gets or sets a value for the includeOnly flag, which signals if the template is used as include template only or also as
            normal template. Normal templates when not a TDL template, are compiled in separate classes, includeOnly templates are not. Default is false.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool IncludeOnly { get; set; }Public Property IncludeOnly As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also