Discuss this help topic in SecureBlackbox Forum

TElUserNotice.NoticeNumbers

TElUserNotice     See also     


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


The noticeRef field, if used, names an organization and identifies, by number, a particular textual statement prepared by that organization.

Declaration

[C#]
    int NoticeNumbers[int Index];

[VB.NET]
    Property NoticeNumbers(ByVal Index As Integer) As Integer

[Pascal]
    property NoticeNumbers[Index : integer] : integer;

[C++]
    int32_t get_NoticeNumbers(int32_t Index);
    void set_NoticeNumbers(int32_t Index, int32_t Value);

[PHP]
    integer get_NoticeNumbers(integer $Index)
    void set_NoticeNumbers(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - Index of item in list

Description

     The noticeRef field, if used, names an organization and identifies, by number, a particular textual statement prepared by that organization.

See also:     NoticeNumbersCount    

Discuss this help topic in SecureBlackbox Forum