Edit

Share via


FeatureSwitchDefinitionAttribute(String) Constructor

Definition

Initializes a new instance of the FeatureSwitchDefinitionAttribute class

with the specified feature switch name.

public:
 FeatureSwitchDefinitionAttribute(System::String ^ switchName);
public FeatureSwitchDefinitionAttribute (string switchName);
new System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute : string -> System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute
Public Sub New (switchName As String)

Parameters

switchName
String

The name of the feature switch that provides the value for the specified property.

Applies to