#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\root\\default\\MS_804") [Description("此资源用于管理本地组。") : Amended,AMENDMENT, LOCALE(0x0804)] class MSFT_GroupResource : OMI_BaseResource { [Key,Description("组的名称。") : Amended] string GroupName; [Description("一个枚举值,用于描述该组是否应存在于计算机上。\n存在 {默认值} \n不存在 \n") : Amended] string Ensure; [Description("组的描述。") : Amended] string Description; [Description("组成员的完整列表。") : Amended] string Members[]; [Description("要确保包含在组成员身份中的成员的列表。") : Amended] string MembersToInclude[]; [Description("要确保不存在于组成员身份中的成员的列表。") : Amended] string MembersToExclude[]; [Description("要确保包含在组成员身份中的成员的列表。") : Amended] string Credential; };