Class PluginMetadata
Metadata about a plugin implementation.
Inherited Members
Namespace: LaunchDarkly.Sdk.Integrations.Plugins
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class PluginMetadata
Constructors
PluginMetadata(string)
Initializes a new instance of the PluginMetadata class with the specified name.
Declaration
public PluginMetadata(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the plugin. |
Properties
Name
The name of the plugin.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |