FrameworkName.Profile Property

Definition

Gets the profile name of this FrameworkName object.

public:
 property System::String ^ Profile { System::String ^ get(); };
public string Profile { get; }
member this.Profile : string
Public ReadOnly Property Profile As String

Property Value

The profile name of this FrameworkName object.

Remarks

The value of the read-only Profile property is set in the FrameworkName class constructor.

Applies to