Gets or sets the AssemblyVersion property.
[Visual Basic]<DefaultValue(Value:=AssemblyVersionInformationType.None), _ Category(Category:="Documentation Main Settings"), _ Description(Description:="Determines what type of Assembly Version information is documented."), _ TypeConverter(ConverterTypeName:="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")>Public Property AssemblyVersionInfo As AssemblyVersionInformationType [C#][DefaultValue(Value=AssemblyVersionInformationType.None)][Category(Category="Documentation Main Settings")][Description(Description="Determines what type of Assembly Version information is documented.")][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]public AssemblyVersionInformationType AssemblyVersionInfo { get; set; } [C++][DefaultValue(Value=AssemblyVersionInformationType.None)][Category(Category="Documentation Main Settings")][Description(Description="Determines what type of Assembly Version information is documented.")][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")]public: __property AssemblyVersionInformationType get_AssemblyVersionInfo(); public: __property void set_AssemblyVersionInfo(AssemblyVersionInformationType ); [JScript] publicDefaultValue(Value=AssemblyVersionInformationType.None)Category(Category="Documentation Main Settings")Description(Description="Determines what type of Assembly Version information is documented.")TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")function get AssemblyVersionInfo() : AssemblyVersionInformationType publicDefaultValue(Value=AssemblyVersionInformationType.None)Category(Category="Documentation Main Settings")Description(Description="Determines what type of Assembly Version information is documented.")TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")function set AssemblyVersionInfo(AssemblyVersionInformationType);
Determines what type of Assembly Version information is documented.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace