Discuss this help topic in SecureBlackbox Forum

TElCMSSignerLocation.PostalAddressLineCount

TElCMSSignerLocation     See also     


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


This property contains the number of postal address lines in the list.

Declaration

[C#]
    int PostalAddressLineCount;

[VB.NET]
    Property PostalAddressLineCount As Integer

[Pascal]
    property PostalAddressLineCount : integer;

[C++]
    int32_t get_PostalAddressLineCount();

[PHP]
    integer get_PostalAddressLineCount()

[Java]
    int getPostalAddressLineCount();

Description

    Use this property to get the number of postal address lines in the list.

See also:     PostalAddressLines    

Discuss this help topic in SecureBlackbox Forum