Okapi .NET Library

FilterItem.GetCodeLabel Method 

 [This is preliminary documentation and subject to change.]

Implements IFilterItem.GetCodeLabel.

[Visual Basic]
Public Function GetCodeLabel( _ 
   ByVal p_nIndex As Integer _ 
) _
    Implements IFilterItem.GetCodeLabel As String
[C#]
public string GetCodeLabel(
   int p_nIndex
);
[C++]
public: String* GetCodeLabel(
   int p_nIndex
);
[JScript]
public function GetCodeLabel(
   int p_nIndex
): String;

Implements

IFilterItem.GetCodeLabel

See Also

FilterItem Class | Okapi.Library.Filter Namespace