Share via


IOpaqueAction.Language Property

 

The language of the expression in Body.

Namespace:   Microsoft.VisualStudio.Uml.Actions
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

IOpaqueAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top