MSHelpAttr.AttributeName Property

HTML to MAML Converter

MSHelpAttrAttributeName Property
This is used to get or set the attribute name

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

Property Value

Type: String
See Also