Class ChangeAnnotation
Represents metadata or instructions for an annotation associated with a change.
public class ChangeAnnotation
- Inheritance
-
ChangeAnnotation
- Inherited Members
Properties
Description
A description or explanation of the annotation.
public string Description { get; set; }
Property Value
Label
A label for the annotation (e.g., "Refactor").
public string Label { get; set; }
Property Value
NeedsConfirmation
Indicates if the change requires user confirmation.
public bool? NeedsConfirmation { get; set; }
Property Value
- bool?