Version

Key Property

Get/Sets the unique key used to identify the NamedReference.
Syntax
'Declaration
 
Public Overrides Property Key As String
public override string Key {get; set;}
Remarks
Us the Key to reference this NamedReference in a formula. When referencing a NamedReference from a sub-object of a control, the syntax is "[//key]" where key is the Key of the NamedReference. Note that all NamedReferences and CalcSettings are sibling of each other. So to reference a NamedReference from the formula of another NamedReference, the double slashes are not neccessary. So "[key]" is acceptable.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also