Returns the data type as an enumeration value of the type "XLIFFDatatypes."

Type Info:

Datatype As XLIFFDatatypes
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile

If (ProjFile.Datatype = datatype_winres) Then
	[...]
End If
Remarks: Read-only property.
See also:

Class ProjectFile

Last Updated: 04/27/05