Implements IFilterItem.SetProperty.
[Visual Basic] Public Sub SetProperty( _ ByVal p_sName As String, _ ByVal p_sValue As String _ ) _ Implements IFilterItem.SetProperty [C#] public void SetProperty( string p_sName, string p_sValue ); [C++] public: void SetProperty( String* p_sName, String* p_sValue ); [JScript] public function SetProperty( String p_sName, String p_sValue );
FilterItem Class | Okapi.Library.Filter Namespace