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