Share via


PropertyMap.AssociationName 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("This property is no longer needed or used.")> _
Public Property AssociationName As String
    Get
    Set
'Usage
Dim instance As PropertyMap
Dim value As String

value = instance.AssociationName

instance.AssociationName = value
[ObsoleteAttribute("This property is no longer needed or used.")]
public string AssociationName { get; set; }

Property value

Type: System.String

See also

Reference

PropertyMap class

PropertyMap members

Microsoft.Office.Server.UserProfiles namespace