Discuss this help topic in SecureBlackbox Forum

TElUserNotice.NoticeNumbersCount

TElUserNotice     See also     


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


This property specifies the number of notice numbers in the list.

Declaration

[C#]
    int NoticeNumbersCount;

[VB.NET]
    Property NoticeNumbersCount As Integer

[Pascal]
    property NoticeNumbersCount : integer;

[C++]
    int32_t get_NoticeNumbersCount();
    void set_NoticeNumbersCount(int32_t Value);

[PHP]
    integer get_NoticeNumbersCount()
    void set_NoticeNumbersCount(integer $Value)

[Java]
    int getNoticeNumbersCount();
    void setNoticeNumbersCount(int Value);

Description

     This property specifies the number of Notice Numbers in the list.

See also:     NoticeNumbers    

Discuss this help topic in SecureBlackbox Forum