Discuss this help topic in SecureBlackbox Forum
This property specifies the number of notice numbers in the list.
Declaration
[C#]
int NoticeNumberCount;
[VB.NET]
Property NoticeNumberCount As Integer
[Pascal]
property NoticeNumberCount : integer;
[C++]
int32_t get_NoticeNumberCount();
[PHP]
integer get_NoticeNumberCount()
[Java]
int getNoticeNumberCount();
Description
Use this property to get the number of notice numbers in the list.
Discuss this help topic in SecureBlackbox Forum