Share via


IOpaqueExpression.Language Property

 

The language of the expression in Body.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

string Language { get; set; }
property String^ Language {
    String^ get();
    void set(String^ value);
}
abstract Language : string with get, set
Property Language As String

Property Value

Type: System.String

See Also

IOpaqueExpression Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top