Share via


ProfilePropertyManager.GetProfileSubtypeProperties method

Returns the ProfileSubtypePropertyManager that represents all SubtypeProperty objects for the specified profile subtype.

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

Syntax

'Declaration
Public Function GetProfileSubtypeProperties ( _
    name As String _
) As ProfileSubtypePropertyManager
'Usage
Dim instance As ProfilePropertyManager
Dim name As String
Dim returnValue As ProfileSubtypePropertyManager

returnValue = instance.GetProfileSubtypeProperties(name)
public ProfileSubtypePropertyManager GetProfileSubtypeProperties(
    string name
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypePropertyManager

See also

Reference

ProfilePropertyManager class

ProfilePropertyManager members

Microsoft.Office.Server.UserProfiles namespace