Gets or sets the LinkToSdkDocVersion property.
[Visual Basic]<DefaultValue(Value:=SdkVersion.SDK_v1_1), _ Category(Category:="Documentation Main Settings"), _ TypeConverter(ConverterTypeName:="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09"), _ Description(Description:="Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.")>Public Property SdkDocVersion As SdkVersion [C#][DefaultValue(Value=SdkVersion.SDK_v1_1)][Category(Category="Documentation Main Settings")][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")][Description(Description="Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.")]public SdkVersion SdkDocVersion { get; set; } [C++][DefaultValue(Value=SdkVersion.SDK_v1_1)][Category(Category="Documentation Main Settings")][TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")][Description(Description="Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.")]public: __property SdkVersion get_SdkDocVersion(); public: __property void set_SdkDocVersion(SdkVersion ); [JScript] publicDefaultValue(Value=SdkVersion.SDK_v1_1)Category(Category="Documentation Main Settings")TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")Description(Description="Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.")function get SdkDocVersion() : SdkVersion publicDefaultValue(Value=SdkVersion.SDK_v1_1)Category(Category="Documentation Main Settings")TypeConverter(ConverterTypeName="NDoc.Core.PropertyGridUI.EnumDescriptionConverter, NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=b9896512f28c0f09")Description(Description="Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.")function set SdkDocVersion(SdkVersion);
Specifies to which version of the .NET Framework SDK documentation the links to system types will be pointing.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace