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.