Share via


PropertyCollection.SubtypeName property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public ReadOnly Property SubtypeName As String
    Get
'Usage
Dim instance As PropertyCollection
Dim value As String

value = instance.SubtypeName
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public string SubtypeName { get; }

Property value

Type: System.String

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Server.UserProfiles namespace