MSHelpAttr.AttributeValue Property

HTML to MAML Converter

MSHelpAttrAttributeValue Property
This is used to get or set the attribute value

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

Property Value

Type: String
See Also