Share via


BarcodeScanner.IsProfileSupported method (Handheld 8)

2/18/2014

Determines whether the profile is supported.

Syntax

public bool IsProfileSupported(
    string profile
)
Public Function IsProfileSupported(
    profile As String
) As Boolean
public:
bool IsProfileSupported(
    String^ profile
)

Parameters

  • profile
    Type: System.String [.NET] | Platform::String [C++]

    Barcode scanner profile.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if the barcode scanner supports the profile; otherwise false.

See Also

Reference

BarcodeScanner class