Share via


CodeClass.Body Property

 

Gets or sets the text of the CodeClass body.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public string Body { get; set; }
public:
property String^ Body {
    String^ get();
    void set(String^ value);
}
member Body : string with get, set
Public Property Body As String

Property Value

Type: System.String

The text of the CodeClass body.

See Also

CodeClass Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top