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 override void SetConfigurationId( string id ) |
Visual Basic |
---|
Public Overrides Sub SetConfigurationId ( _ id As String _ ) |
Parameters
- id
- Type: System..::..String
The ID.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The configuration object is not newly created or already had Commit()()()() called. |
System..::..ArgumentException | The id contains invalid file characters. |
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 4.0, supported for IC Server version 4.0 GA and beyond.