Defines a profile subtype.
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _ Public Class ProfileSubtype
Dim instance As ProfileSubtype
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public class ProfileSubtype
The profile subtype model enables you to create and set properties on different types of users, groups, and organizations. See ProfileSubtypeManager for a code sample that demonstrates how to create a ProfileSubtype object.