Id Method
Id(string)
Configurates Id.
Sets the id of the service.
Declaration
public virtual TBuilder Id(string id)
Public Overridable Function Id(id As String) As TBuilder
Parameters
| Type |
Name |
Description |
| string |
id |
The id.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|