Read only
About PNA Options

SerialNumber Property


Description

Returns the serial number of the PNA.

 VB Syntax

value = cap.SerialNumber

Variable

(Type) - Description

value

(String) - Variable to store the returned value.

cap

A Capabilities (object)

Return Type

String

Default

Not Applicable

Examples

value = cap.SerialNumber 'Read

C++ Syntax

HRESULT get_SerialNumber(BSTR * serial);

Interface

ICapabilities11


Last modified:

8-Nov-2013

New topic