Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text in the function 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 in the function body.
See Also
CodeFunction Class
Microsoft.VisualStudio.Tools.Applications Namespace