AssociationStruct.DestinationEntityName property
Sets or gets the DestinationEntityName property.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DestinationEntityName As String
Get
Set
'Usage
Dim instance As AssociationStruct
Dim value As String
value = instance.DestinationEntityName
instance.DestinationEntityName = value
public string DestinationEntityName { get; set; }
Property value
Type: System.String
The DestinationEntityName property.