Gets or sets whether or not to show the TypeId property in attributes.
[Visual Basic]<Description(Description:="Set this to true to output the TypeId property in the attributes."), _ DefaultValue(Value:=False), _ Category(Category:="Show Attributes")>Public Property ShowTypeIdInAttributes As Boolean [C#][Description(Description="Set this to true to output the TypeId property in the attributes.")][DefaultValue(Value=False)][Category(Category="Show Attributes")]public bool ShowTypeIdInAttributes { get; set; } [C++][Description(Description="Set this to true to output the TypeId property in the attributes.")][DefaultValue(Value=False)][Category(Category="Show Attributes")]public: __property bool get_ShowTypeIdInAttributes(); public: __property void set_ShowTypeIdInAttributes(bool ); [JScript] publicDescription(Description="Set this to true to output the TypeId property in the attributes.")DefaultValue(Value=False)Category(Category="Show Attributes")function get ShowTypeIdInAttributes() : bool publicDescription(Description="Set this to true to output the TypeId property in the attributes.")DefaultValue(Value=False)Category(Category="Show Attributes")function set ShowTypeIdInAttributes(bool);
Set this to true to output the TypeId property in the attributes.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace