NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.ShowTypeIdInAttributes Property

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] public 
   Description(Description="Set this to true to output the TypeId property in the attributes.")
   DefaultValue(Value=False)
   Category(Category="Show Attributes")
function get ShowTypeIdInAttributes() : bool public 
   Description(Description="Set this to true to output the TypeId property in the attributes.")
   DefaultValue(Value=False)
   Category(Category="Show Attributes")
function set ShowTypeIdInAttributes(bool);

Remarks

Set this to true to output the TypeId property in the attributes.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace