WinFormsOBPartBase.DataSourceName Property

Gets or sets the name of the data source that this external data part uses.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
Public Property DataSourceName As String
    Get
    Set
'Usage
Dim instance As WinFormsOBPartBase
Dim value As String

value = instance.DataSourceName

instance.DataSourceName = value
public string DataSourceName { get; set; }

Property Value

Type: System.String
The name of the data source that this external data part uses.

Remarks

This property is the name of the entity that will be retrieved from the context.

See Also

Reference

WinFormsOBPartBase Class

WinFormsOBPartBase Members

Microsoft.Office.BusinessApplications.Runtime.UI Namespace