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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.