Version

PropertiesToInclude Property

Identifies properties, in a case-insensitive comma delimited list, of an item to expose to the calculation network
Syntax
'Declaration
 
Public Property PropertiesToInclude As String
public string PropertiesToInclude {get; set;}

Property Value

A comma delimited list of case-insensitive property names to expose to the calculation network.
Remarks

Note: if neither PropertiesToExclude nor PropertiesToInclude are specified then all public instance properties will be exposed to the calculation network.

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