LanguageAttributeAssignmentOperator Property |
Gets or sets the attribute assignment operator string, e.g. "=" for C# and ':=' for VB.NET
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public string AttributeAssignmentOperator { get; set; }
Public Property AttributeAssignmentOperator As String
Get
Set
Property Value
Type:
StringSee Also