SettingDefinitionIsVisible Property |
Gets or sets a value indicating whether this setting is visible in the UI. Default is true. Set to false for settings which should be used
during code generation but shouldn't be editable by the user.
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.FrameworksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool IsVisible { get; set; }
Public Property IsVisible As Boolean
Get
Set
Property Value
Type:
Boolean
See Also