[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.ClaimedRole

ClaimedRole Property

ClaimedRole

Gets or sets the claimed role field in the signature details dialog.

Use this property to retrieve the signer role metadata stored in this SignatureDetails instance for a digital signature.

Declaration
public string ClaimedRole { get; set; }
Public Property ClaimedRole As String
Examples
SignatureDetails details = new SignatureDetails();
details.ClaimedRole = "Reviewer";
string claimedRole = details.ClaimedRole;