ProfileBase.ProfileSubtype property

Gets or sets the profile subtype for this property.

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

Syntax

'Declaration
Public Property ProfileSubtype As ProfileSubtype
    Get
    Set
'Usage
Dim instance As ProfileBase
Dim value As ProfileSubtype

value = instance.ProfileSubtype

instance.ProfileSubtype = value
public ProfileSubtype ProfileSubtype { get; set; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ProfileSubtype

Remarks

Only a user with user profile manager permission can set this value.

See also

Reference

ProfileBase class

ProfileBase members

Microsoft.Office.Server.UserProfiles namespace