Version

PropertiesToExclude Property

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

Property Value

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

Note: if neither PropertiesToExclude nor PropertiesToInclude are specified then all public instance properties will be exposed to the calculation network. If both settings are specified and the same property is in both then that property will be excluded.

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