ProjectData.

SetPrivate(string, object) Method

Summary

Set a private property with given key and value. This value will not show up when printing the values of this object via ToString()
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ProjectData

Syntax

public ProjectData SetPrivate(string key, object value)

Parameters

Name Type Description
key string The key
value object The value

Return Value

Type Description
ProjectData