SettingsGroupNameAttribute.GroupName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用程序设置属性组的名称。
public:
property System::String ^ GroupName { System::String ^ get(); };
public string GroupName { get; }
member this.GroupName : string
Public ReadOnly Property GroupName As String
属性值
包含应用程序设置属性组名称的 String。
注解
属性值 GroupName 由 SettingsGroupNameAttribute 构造函数设置。