ProfileBase.ProfileSubtypeId property

Gets or sets the profile subtype ID.

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

Syntax

'Declaration
Protected Property ProfileSubtypeId As Integer
    Get
    Set
'Usage
Dim value As Integer

value = Me.ProfileSubtypeId

Me.ProfileSubtypeId = value
protected int ProfileSubtypeId { get; set; }

Property value

Type: System.Int32

See also

Reference

ProfileBase class

ProfileBase members

Microsoft.Office.Server.UserProfiles namespace