Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2CustomApplicationStorage.Applications

TElHTTPOAuth2CustomApplicationStorage     See also     


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


The list of applications.

Declaration

[C#]
    TElHTTPOAuth2ApplicationInfo Applications[int Index];

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

[Pascal]
    property Applications[Index : integer] : TElHTTPOAuth2ApplicationInfo;

[C++]
    TElHTTPOAuth2ApplicationInfo* get_Applications(int32_t Index);

[PHP]
    TElHTTPOAuth2ApplicationInfo get_Applications(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property provides access to the applications represented by this storage object.

See also:     Add     Remove     Count    

Discuss this help topic in SecureBlackbox Forum