Delen 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