Please enable JavaScript to view this site.

Returns a property value of the parent configuration. Properties of reference type can be followed to instead return a property of the referenced object. If no parent or matching property is found, then an empty string is returned.

 

string ParentProperty(string propertyName; [string propertyName2]; ...)

 

propertyName

Name of a property to read.

propertyName2

Optional name of a property to read from an object that is referenced by the first property.

Example

ParentProperty("ProductId"; "Title")

Returns the title of the product that is referenced by the parent configuration.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC