Share via


TypeDescriptorStruct.AssociationReferenceName property

Gets or sets the association reference name.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AssociationReferenceName As String
    Get
    Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As String

value = instance.AssociationReferenceName

instance.AssociationReferenceName = value
public string AssociationReferenceName { get; set; }

Property value

Type: System.String
The association reference name.

See also

Reference

TypeDescriptorStruct class

TypeDescriptorStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace