Optional. Default value that should be assigned to the parameter if not specified by the caller. You can use 'null' for complex objects that can not be expressed in attribute code and the check for null in the code.

Namespace: Composite.Functions
Assembly: Composite (in Composite.dll) Version: 3.0.4358.29153

Syntax

C#
public Object DefaultValue { get; private set; }
Visual Basic
Public Property DefaultValue As Object
	Get
	Private Set
Visual C++
public:
property Object^ DefaultValue {
	Object^ get ();
	private: void set (Object^ value);
}

See Also