ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ExpressionDef Class / Language Property

In This Topic
    Language Property
    In This Topic
    Gets or sets the name of the .NET Framework programming language used to define an expression.
    Syntax
    'Declaration
     
    Public Property Language As System.String
    public System.string Language {get; set;}
    Remarks
    The names of programming languages supported on a host computer can be retrieved with the GetAvailableLanguages method.
    See Also