Share via


TypeDescriptorStruct.LobName property

Gets or sets the external system name.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LobName As String
    Get
    Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As String

value = instance.LobName

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

Property value

Type: System.String
The external system name.

See also

Reference

TypeDescriptorStruct class

TypeDescriptorStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace