Read only
About PNA Options

SourceCount Property


Description

Returns the number of sources in the remote PNA.

 VB Syntax

value = cap.SourceCount

Variable

(Type) - Description

value

(Long) - Variable to store the returned number of sources.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.SourceCount 'Read

C++ Syntax

HRESULT get_SourceCount(long * sourceCount );

Interface

ICapabilities