[]
Gets the "monitors" field in the additional information dialog.
This value represents the number of monitors associated with the signature's additional information.
public int Monitors { get; set; }
Public Property Monitors As Integer
SignatureDetails details = new SignatureDetails();
details.Monitors = 2;
int monitors = details.Monitors;