I
InsightNexus

Class AddRemove | Azure SDK for Net

Author

James Stevens

Published Feb 16, 2026

Defines values for AddRemove.

Inheritance

AddRemove

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.LabServices.dll
Syntax
public static class AddRemove

Fields

Add

Indicates that a user is adding a favorite lab

Declaration
public const string Add;
Field Value

Remove

Indicates that a user is removing a favorite lab

Declaration
public const string Remove;
Field Value