次の方法で共有


Agent365AgentFrameworkSdkUserAgentConfiguration.Instance Property

Definition

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.

Applies to