ProfileSubtype Class

Defines a profile subtype.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileSubtype

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ProfileSubtype
'Usage
Dim instance As ProfileSubtype
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ProfileSubtype

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProfileSubtype Members

Microsoft.Office.Server.UserProfiles Namespace