You
might try something like this:
If
theAssociation.LinkClass Is Not Nothing Then
'reference to the theAssociation.LinkClass.Name
End
If
-----Original Message-----
From: Goren, Ella (Ella) [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 5:35 PM
To: '[EMAIL PROTECTED]'
Subject: (ROSE) How to identify if property is set?Hi,How can I identify if property with type Class is set for any object?For example I need to identify if LinkClass property set for Association class and neither IsNull or IsEmpty wouldn't catch it. When I refer to theAssociation.LinkClass.Name, it will fail if LinkClass is not set.Please help!!!Thanks,Ella Goren
