 | MSHelpAttrAttributeName Property |
This is used to get or set the attribute name
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic 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