GetCustomByKey Method

Returns the custom property value that corresponds to a name (key) value.

See Also | Example

Signature

RetVal = object.GetCustomByKey(key, pValue)

Object

SummaryInfo
The object or objects this method applies to.

key

String; the name of the custom property.

pValue

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

RetVal

String; the custom property value.

 

   Comments?