'宣言 Public Property PropertiesToExclude As String
public string PropertiesToExclude {get; set;}
注:PropertiesToExclude と PropertiesToInclude のいずれも指定されていなければ、すべてのパブリックインスタンスプロパティが計算ネットワークに公開されます。どちらの設定も指定されていてかつ同じプロパティであれば、そのプロパティは除外されます。
ItemCalculatorBase クラス ItemCalculatorBase メンバ PropertiesToInclude プロパティ