JumpList.SystemGroupKind Property

Definition

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.

Applies to