Topic.Body Property

HTML to MAML Converter

TopicBody Property
Get or set the topic's body

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string Body { get; set; }
Public Property Body As String
	Get
	Set
public:
property String^ Body {
	String^ get ();
	void set (String^ value);
}
member Body : string with get, set

Property Value

Type: String
See Also