Gets the from
attribute of the note.
[Visual Basic] Function GetNoteAttributeFrom() As String [C#] string GetNoteAttributeFrom(); [C++] String* GetNoteAttributeFrom(); [JScript] function GetNoteAttributeFrom(): String;
The value of the from
attribute.
Use this method to get the from
attribute value of the note. This attribute is similar to the from
attribute in XLIFF.
IFilterItem Interface | Okapi.Library.Filter Namespace