Gets a value indicating whether this object is a new object.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public bool IsNewObject { get; }
Visual Basic
Public ReadOnly Property IsNewObject As Boolean
	Get

Field Value

true if this object is a new object; otherwise, false.

Remarks

If this value is false, attempting to set a configuration property on this configuration object that has the IsCreateOnly property set to true, will result in a NotSupportedException to be thrown.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.

See Also