Sets the nore information for the item.
[Visual Basic] Sub SetNote( _ ByVal p_sNote As String, _ ByVal p_sFrom As String _ ) [C#] void SetNote( string p_sNote, string p_sFrom ); [C++] void SetNote( String* p_sNote, String* p_sFrom ); [JScript] function SetNote( String p_sNote, String p_sFrom );
from
attribute in XLIFF.IFilterItem Interface | Okapi.Library.Filter Namespace