FrameworkName.Profile 属性

定义

获取此 FrameworkName 对象的配置文件名称。

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

属性值

FrameworkName 对象的配置文件名称。

注解

只读 Profile 属性的值在类构造函数中 FrameworkName 设置。

适用于