Share via


IExpression.Symbol Property

 

The symbol at the root of this subtree.

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

Syntax

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

Property Value

Type: System.String

See Also

IExpression Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top