ResolveAssemblyReference.ProfileName Property

Definition

Name of the target framework profile we are targeting. Eg. Client, Web, or Network

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ProfileName { System::String ^ get(); void set(System::String ^ value); };
public string ProfileName { get; set; }
public string ProfileName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.ProfileName : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProfileName : string with get, set
Public Property ProfileName As String

Property Value

The name of the target framework profile. For example, Client, Web, or Network.

Attributes

Applies to