JumpList.SystemGroupKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current type of the system managed jump list group.
public:
property JumpListSystemGroupKind SystemGroupKind { JumpListSystemGroupKind get(); void set(JumpListSystemGroupKind value); };
JumpListSystemGroupKind SystemGroupKind();
void SystemGroupKind(JumpListSystemGroupKind value);
public JumpListSystemGroupKind SystemGroupKind { get; set; }
var jumpListSystemGroupKind = jumpList.systemGroupKind;
jumpList.systemGroupKind = jumpListSystemGroupKind;
Public Property SystemGroupKind As JumpListSystemGroupKind
Property Value
The JumpListSystemGroupKind enumeration value of the jump list.