In This Topic
Gets the relation files.
Syntax
'Declaration
Public ReadOnly Property RelationFiles As Hashtable
'Usage
Dim instance As XFile
Dim value As Hashtable
value = instance.RelationFiles
public Hashtable RelationFiles {get;}
Property Value
The relation files.
See Also