Gets the property value for the given property name.
[Visual Basic] Function GetProperty( _ ByVal p_sName As String _ ) As String [C#] string GetProperty( string p_sName ); [C++] String* GetProperty( String* p_sName ); [JScript] function GetProperty( String p_sName ): String;
Value of the property, or null if the property is not set.
Use this method to retrieve a non-standard property associated to the extracted item. The name of the property is case-sensitive.
IFilterItem Interface | Okapi.Library.Filter Namespace