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.1.0.0 (5.1.0)
Syntax public string AttributeAssignmentOperator { get; set; }
Public Property AttributeAssignmentOperator As String
Get
Set
Property Value
Type:
StringSee Also