Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum