Read only
About PNA Options

ModelNumber Property


Description

Returns the model number of the PNA.

 VB Syntax

value = cap.ModelNumber

Variable

(Type) - Description

value

(String) - Variable to store the returned value.

cap

A Capabilities (object)

Return Type

String

Default

Not Applicable

Examples

value = cap.ModelNumber 'Read

C++ Syntax

HRESULT get_ModelNumber(BSTR * model);

Interface

ICapabilities11


Last modified:

8-Nov-2013

New topic