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;
FilterItem Class | Okapi.Library.Filter Namespace