Gets or sets the IncludeDefaultThreadSafety property.
[Visual Basic]<DefaultValue(Value:=True), _ Category(Category:="Thread Safety"), _ Description(Description:="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")>Public Property IncludeDefaultThreadSafety As Boolean [C#][DefaultValue(Value=True)][Category(Category="Thread Safety")][Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")]public bool IncludeDefaultThreadSafety { get; set; } [C++][DefaultValue(Value=True)][Category(Category="Thread Safety")][Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")]public: __property bool get_IncludeDefaultThreadSafety(); public: __property void set_IncludeDefaultThreadSafety(bool ); [JScript] publicDefaultValue(Value=True)Category(Category="Thread Safety")Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")function get IncludeDefaultThreadSafety() : bool publicDefaultValue(Value=True)Category(Category="Thread Safety")Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")function set IncludeDefaultThreadSafety(bool);
When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace