Discuss this help topic in SecureBlackbox Forum

TElCMSSignerLocation.AddPostalAddressLine

TElCMSSignerLocation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds a new postal address line to the list.

Declaration

[C#]
    int AddPostalAddressLine();

[VB.NET]
    Function AddPostalAddressLine() As Integer

[Pascal]
    function AddPostalAddressLine : integer;

[C++]
    int32_t AddPostalAddressLine();

[PHP]
    integer AddPostalAddressLine()

[Java]
    int addPostalAddressLine();

Return value

    Index of the newly added item in the list.

Description

    Use this method to add a new postal address line to the list.

See also:     RemovePostalAddressLine     ClearPostalAddressLines     PostalAddressLines    

Discuss this help topic in SecureBlackbox Forum