UserDataAccountProviderAddAccountOperation.ContentKinds 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 the types of content supported by the user account, such as email, contacts, and appointments.
public:
property UserDataAccountContentKinds ContentKinds { UserDataAccountContentKinds get(); };
UserDataAccountContentKinds ContentKinds();
public UserDataAccountContentKinds ContentKinds { get; }
var userDataAccountContentKinds = userDataAccountProviderAddAccountOperation.contentKinds;
Public ReadOnly Property ContentKinds As UserDataAccountContentKinds
Property Value
The types of content supported by the user account, such as email, contacts, and appointments.