AssociationStruct.DestinationEntityNamespace Property
Gets or sets the DestinationEntityNamespace property.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property DestinationEntityNamespace As String
Get
Set
'Usage
Dim instance As AssociationStruct
Dim value As String
value = instance.DestinationEntityNamespace
instance.DestinationEntityNamespace = value
public string DestinationEntityNamespace { get; set; }
Property Value
Type: System.String
The DestinationEntityNamespace property.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace