IUserAgentConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the configuration for building a User-Agent header string.
public interface IUserAgentConfiguration
type IUserAgentConfiguration = interface
Public Interface IUserAgentConfiguration
- Derived
Properties
| Name | Description |
|---|---|
| OrchestratorName |
Gets the optional orchestrator name to include in the User-Agent header. |
| ProductName |
Gets the product name to include in the User-Agent header. |
| Version |
Gets the version of the product. |