Class Service
Represents a service instance bound to an application
Implements
Inherited Members
Namespace: Steeltoe.Extensions.Configuration
Assembly: Steeltoe.Extensions.Configuration.Abstractions.dll
Syntax
public class Service : AbstractServiceOptions, IServicesInfo
Properties
| Edit this page View SourceCredentials
Gets or sets the connection information and credentials for using the service
Declaration
public Dictionary<string, Credential> Credentials { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, Credential> |