ProfileValueCollectionBase.Property property
NOTE: This API is now obsolete.
Returns the profile property associated with this profile property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ProfileSubtypeProperty instead.")> _
Public ReadOnly Property Property As Property
Get
'Usage
Dim instance As ProfileValueCollectionBase
Dim value As [Property]
value = instance.Property
[ObsoleteAttribute("Use ProfileSubtypeProperty instead.")]
public Property Property { get; }
Property value
Type: Microsoft.Office.Server.UserProfiles.Property
See also
Reference
ProfileValueCollectionBase class