VCDSimpleProperty.DefaultValue Property

Returns the default value of the specified property item.
Syntax:
Public DefaultValue(id As String) As Long
Parameter Description
id

ID of the VCDPropertyItem whose default value is to be retrieved.

Limitations:

Read only, VCDSimpleProperty.Init has to be called before using this property.

See Also: VCDSimpleProperty, VCDPropertyIDs

<< VCDSimpleProperty