FrameworkName.Profile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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 设置。