Agent365AgentFrameworkSdkUserAgentConfiguration.Instance Property
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.
Gets the singleton instance of Agent365AgentFrameworkSdkUserAgentConfiguration.
public static Microsoft.Agents.A365.Tooling.Extensions.AgentFramework.Agent365AgentFrameworkSdkUserAgentConfiguration Instance { get; }
static member Instance : Microsoft.Agents.A365.Tooling.Extensions.AgentFramework.Agent365AgentFrameworkSdkUserAgentConfiguration
Public Shared ReadOnly Property Instance As Agent365AgentFrameworkSdkUserAgentConfiguration
Property Value
Remarks
The new keyword is used to hide the base class Instance property so that this derived class can expose a singleton instance with a more specific return type while following the same singleton pattern.