BdcDataSource.LobSystemInstanceName Property
Gets or sets the name of the application from which to return the data.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LobSystemInstanceName As String
Get
Set
'Usage
Dim instance As BdcDataSource
Dim value As String
value = instance.LobSystemInstanceName
instance.LobSystemInstanceName = value
public string LobSystemInstanceName { get; set; }
Property Value
Type: System.String
A String object.