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.