[]
Gets or sets the "commitment type description" field in the signature details dialog.
Use this property to read the description text for the commitment type stored in these SignatureDetails.
public string CommitmentTypeDescription { get; set; }
Public Property CommitmentTypeDescription As String
SignatureDetails details = new SignatureDetails();
details.CommitmentTypeDescription = "Approved for release";
string commitmentTypeDescription = details.CommitmentTypeDescription;