CSharpProjectProperties6.TargetFrameworkMoniker Property

Definition

Gets or sets the target framework moniker.

public:
 property System::String ^ TargetFrameworkMoniker { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetFrameworkMoniker { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(12202)]
public string TargetFrameworkMoniker { [System.Runtime.InteropServices.DispId(12202)] [System.Runtime.InteropServices.TypeLibFunc] get; [System.Runtime.InteropServices.DispId(12202)] [System.Runtime.InteropServices.TypeLibFunc] set; }
[System.Runtime.InteropServices.DispId(12202)]
public string TargetFrameworkMoniker { [System.Runtime.InteropServices.DispId(12202)] get; [System.Runtime.InteropServices.DispId(12202)] set; }
[<System.Runtime.InteropServices.DispId(12202)>]
[<get: System.Runtime.InteropServices.DispId(12202)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
[<set: System.Runtime.InteropServices.DispId(12202)>]
[<set: System.Runtime.InteropServices.TypeLibFunc>]
member this.TargetFrameworkMoniker : string with get, set
[<System.Runtime.InteropServices.DispId(12202)>]
[<get: System.Runtime.InteropServices.DispId(12202)>]
[<set: System.Runtime.InteropServices.DispId(12202)>]
member this.TargetFrameworkMoniker : string with get, set
Public Property TargetFrameworkMoniker As String

Property Value

Returns the target framework moniker.

Attributes

Applies to