Sets the unique identifier used to reference this configuration object.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public virtual void SetConfigurationId( string id ) |
Visual Basic |
---|
Public Overridable 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
Exception | Condition |
---|---|
System..::..InvalidOperationException | The 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 SU 7 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 SU 7 and beyond.