IOpaqueExpression.Body Property

The text that defines the expression.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IOpaqueExpression Interface

Microsoft.VisualStudio.Uml.Classes Namespace