[This is preliminary documentation and is subject to change.]

Return false if the set of properties in this instance cannot be modified. This value never changes during the life-time of an object.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
bool IsDynamicContainer{ get;}
Visual Basic (Declaration)
ReadOnly Property IsDynamicContainer As Boolean
Visual C++
property bool IsDynamicContainer {
	bool get ();
}

Remarks

If this property is false, the functions in this interface will all throw an exception because even though the class which implements the interface in general supports dynamic containers, this particular instance is not modifiable.

See Also