Sets the unique identifier used to reference this configuration 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 override void SetConfigurationId(
	string id
)
Visual Basic
Public Overrides Sub SetConfigurationId ( _
	id As String _
)

Parameters

id
Type: System..::..String
The ID.

Remarks

All configuration objects must have an ID set; however, not all configuration objects support setting both the ID and display name. For more information about the objects that support setting the display name separately, see SetDisplayName(String).

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThe configuration object is not newly created or already had Commit()()()() called.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also