SetAvaxProperty

Top  Previous  Next

 

SetAvaxProperty (Method)

 

Sets the value of a specific AVAX property (AvaxProp)

 

Syntax:

Function SetAvaxProperty(iProp As AvaxProp, v As Object) As Boolean

 

The SetAvaxProperty method syntax consists of the following:

Parameter

Data Type

Description

iProp

AvaxProp

An expression that defines the Avax property number

v

Object

A Variant expression that defines the value of the Avax property_ReturnValue=Boolean - True on success, false on error

 

Return value:

Boolean - True on success, false on error.

 

Example