UserDataAccount.CanShowCreateContactGroup 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.
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)
|