ProfileManagerBase.Properties property
NOTE: This API is now obsolete.
Obtém a coleção de propriedades de perfil definido, não incluindo seções.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager. Use ProfilePropertyManager to retrieve proper ProfileSubtypePropertyManager.")> _
Public ReadOnly Property Properties As PropertyCollection
Get
'Uso
Dim instance As ProfileManagerBase
Dim value As PropertyCollection
value = instance.Properties
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager. Use ProfilePropertyManager to retrieve proper ProfileSubtypePropertyManager.")]
public PropertyCollection Properties { get; }
Property value
Type: Microsoft.Office.Server.UserProfiles.PropertyCollection