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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IExpression Interface

Microsoft.VisualStudio.Uml.Classes Namespace