| RC-WinTrans Object Model Help | 
  Class TransUnitProperties
 | 
The "TransUnitProperties" object is a collection of "TransUnitProperty" objects. The collection contains all the properties of the corresponding translation unit.
| Member | Description | |
|---|---|---|
![]()  | 
Add | Adds a "TransUnitProperty" to the collection. Add( Name As XLIFFTransUnitAttributes, Value As String,  
NamespaceURI As String, ExtendedName As String) As TransUnitProperty  | 
![]()  | 
Exists | Returns whether the given property exists. Exists( PropertyName As String, NamespaceURI As String ) As Boolean 
 | 
![]()  | 
Item | Returns the property with the given index. Item( Index As Variant, NamespaceURI As String ) As TransUnitProperty 
 | 
![]()  | 
Remove | Removes the property with the given index. Remove( Index As Variant, NamespaceURI As String ) 
 | 
![]()  | 
Count | Returns the number of elements in the collection. |