Click or drag to resize

LanguageAttributePattern Property

Gets or sets the attribute pattern to use in code generators. The string is pre-formatted with a {0} to contain the attribute definition.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public string AttributePattern { get; set; }

Property Value

Type: String
See Also