ILayerComment.Body Property
Get/set the comment text.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
string Body { get; set; }
property String^ Body {
String^ get();
void set(String^ value);
}
abstract Body : string with get, set
Property Body As String
Property Value
Type: System.String
See Also
ILayerComment Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top