Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.Groups

TElRelativeDistinguishedName     See also     


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


Specifies the Group DN of the pair.

Declaration

[C#]
    int Groups[int Index];

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

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

[C++]
    int32_t get_Groups(int32_t Index);
    void set_Groups(int32_t Index, int32_t Value);

[PHP]
    integer get_Groups(integer $Index)
    void set_Groups(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - the index of the pair in the list. The indexing starts with 0.

Description

Use this property to get or set the Group DN that corresponds to the Index-th pair in the list.

See also:     Values     OIDs    

Discuss this help topic in SecureBlackbox Forum