Click or drag to resize

LanguageAttributeAssignmentOperator Property

Gets or sets the attribute assignment operator string, e.g. "=" for C# and ':=' for VB.NET

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 AttributeAssignmentOperator { get; set; }

Property Value

Type: String
See Also