VCDSimpleProperty.AutoAvailable Method

Returns whether automation for the specified property item is available.
Syntax:
Public Function AutoAvailable(id As String) As Boolean
Parameter Description
id

Identifier string of a VCDPropertyItem. A list of valid strings can be found in Standard Property Item Identifier Strings.

Return value:

True, if the VCDPropertyItem specified by id supports automation, otherwise False.

Limitations:

VCDSimpleProperty.Init has to be called before using this function

Sample:

For a sample see Using the VCD Simple Property Class.

See Also: VCDSimpleProperty, VCDSimpleProperty.Automation, Standard Property Item Identifier Strings

<< VCDSimpleProperty