Version

NamedReferences Property

Specifies a collection of named references.
Syntax
'Declaration
 
Public Property NamedReferences As NamedReferenceCollection
public NamedReferenceCollection NamedReferences {get; set;}
Remarks

A Named reference allows you to define a value that can be referenced in formulas of other objects using its name, rather than having to repeat the same value in multiple formulas. Furthermore, a named reference can be a formula as well that refers to other named references and references in the calculation network.

Note that NamedReferences property returns null by default. You need to set it to an instance of NamedReferenceCollection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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