[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.CommitmentTypeDescription

CommitmentTypeDescription Property

CommitmentTypeDescription

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.

Declaration
public string CommitmentTypeDescription { get; set; }
Public Property CommitmentTypeDescription As String
Examples
SignatureDetails details = new SignatureDetails();
details.CommitmentTypeDescription = "Approved for release";
string commitmentTypeDescription = details.CommitmentTypeDescription;