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
name
Type: System.StringThe name of the profile subtype.
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypePropertyManager