다음을 통해 공유


HttpRuntimeSection.TargetFramework 속성

정의

대상 .NET Framework를 가져오거나 설정합니다.

public:
 property System::String ^ TargetFramework { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=null)]
public string TargetFramework { get; set; }
[<System.Configuration.ConfigurationProperty("targetFramework", DefaultValue=null)>]
member this.TargetFramework : string with get, set
Public Property TargetFramework As String

속성 값

String

대상 .NET Framework입니다.

특성

적용 대상