Share via


Barcode.GetBarcodeValue Method

Returns the barcode value of the specified list item.

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function GetBarcodeValue ( _
    spListItem As SPListItem _
) As String
'Usage
Dim spListItem As SPListItem
Dim returnValue As String

returnValue = Barcode.GetBarcodeValue(spListItem)
public static string GetBarcodeValue(
    SPListItem spListItem
)

Parameters

Return Value

Type: System.String
A string containing the barcode value.

See Also

Reference

Barcode Class

Barcode Members

Microsoft.Office.RecordsManagement.PolicyFeatures Namespace