HttpRuntimeSection.TargetFramework 属性
定义
获取或设置目标 .NET framework。Gets or sets the target .NET framework.
public:
property System::String ^ TargetFramework { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public string TargetFramework { get; set; }
[<System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.TargetFramework : string with get, set
Public Property TargetFramework As String
属性值
目标 .NET framework。The target .NET framework.
- 属性