IExpression.Symbol (Propiedad)

Símbolo en la raíz de este subárbol.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property Symbol As String
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IExpression Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)