SwitchAttribute.SwitchDescription Property

Definition

Gets or sets the description of the switch.

public:
 property System::String ^ SwitchDescription { System::String ^ get(); void set(System::String ^ value); };
public string? SwitchDescription { get; set; }
public string SwitchDescription { get; set; }
member this.SwitchDescription : string with get, set
Public Property SwitchDescription As String

Property Value

The description of the switch.

Remarks

The SwitchDescription property typically indicates the function of the switch.

Applies to