Share via


DataClassStruct.LobSystemId property

Gets or sets the external system identifier (ID).

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

Syntax

'Declaration
Public Property LobSystemId As UInteger
    Get
    Set
'Usage
Dim instance As DataClassStruct
Dim value As UInteger

value = instance.LobSystemId

instance.LobSystemId = value
public uint LobSystemId { get; set; }

Property value

Type: System.UInt32
The external system ID.

See also

Reference

DataClassStruct class

DataClassStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace