MSHelpAttr.IsDirty Property

HTML to MAML Converter

MSHelpAttrIsDirty Property
This is used to get or set the dirty state of the item

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public bool IsDirty { get; set; }
Public Property IsDirty As Boolean
	Get
	Set
public:
property bool IsDirty {
	bool get ();
	void set (bool value);
}
member IsDirty : bool with get, set

Property Value

Type: Boolean
See Also