EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.Countersignatures

TElCMSSignature     See also    


 

This property contains the list of signatures which countersign the subject.

 
 

Declaration

[C#]
    TElCMSSignature Countersignatures[int Index];

[VB.NET]
    Property Countersignatures(ByVal Index As Integer) As TElCMSSignature

[Pascal]
    property Countersignatures[Index : integer] : TElCMSSignature;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the countersignature in the list. The first countersignature has Index=0, the second has Index=1, etc.
 
 

Description

    Use this property to retrieve the desired countersignature from the list.

 
 

See also:     CountersignatureCount     AddCountersignature     RemoveCountersignature     ClearCountersignatures    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation