BusinessDataCatalogConnection.EntityNamespace property
Gets or sets the namespace to which the connection entity belongs.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property EntityNamespace As String
Get
Set
'Usage
Dim instance As BusinessDataCatalogConnection
Dim value As String
value = instance.EntityNamespace
instance.EntityNamespace = value
public string EntityNamespace { get; set; }
Property value
Type: System.String
See also
Reference
BusinessDataCatalogConnection class