GetCustomByIndex Method

Returns the custom property name (key) and value that correspond to an index value.

See Also | Example

Signature

RetVal = object.GetCustomByIndex(Index, pKey, pValue)

Object

SummaryInfo
The object or objects this method applies to.

Index

Long; the index value of the property. The index range is from zero to one less than the number of custom properties.

pKey

String; output-only. The custom property name that corresponds to the index value.

pValue

String; output-only. The custom property value that corresponds to the index value.

RetVal

String; the custom property name (key) and value.

 

   Comments?