Okapi .NET Library

IFilterItem.GetProperty Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_sName
Name of the property to retrieve.

Return Value

Value of the property, or null if the property is not set.

Remarks

Use this method to retrieve a non-standard property associated to the extracted item. The name of the property is case-sensitive.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace