WinFormsOBPartBase.Description Property
Gets or sets the description for this external data part.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Property Description As String
Get
Set
'Usage
Dim instance As WinFormsOBPartBase
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property Value
Type: System.String
The description for this external data part.