UserDataAccount.CanShowCreateContactGroup Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

public:
 property bool CanShowCreateContactGroup { bool get(); void set(bool value); };
bool CanShowCreateContactGroup();

void CanShowCreateContactGroup(bool value);
public bool CanShowCreateContactGroup { get; set; }
var boolean = userDataAccount.canShowCreateContactGroup;
userDataAccount.canShowCreateContactGroup = boolean;
Public Property CanShowCreateContactGroup As Boolean

Property Value

Boolean

bool

A ContactGroup.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to