Click or drag to resize

IRelationship Properties

The IRelationship type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
The name of the user who changed the relationship last.
Public propertyChangedOn
The point of time the relationship was changed last.
Public propertyCreatedBy
The name of the user who created the relationship.
Public propertyCreatedOn
The point of time the relationship was created.
Public propertyDescription
The relationship description. The description can be empty.
Public propertyId
The relationship ID. The ID is generated by the platform and cannot be modified.
Public propertyIsValid
Indicates if the relationship instance is valid. The relationship becomes invalid if the Destroy method is called or if an associated object has been destroyed.
Public propertyObjectFrom
Gets the referenced object in From direction.
Public propertyObjectTo
Gets the referenced object in To direction.
Public propertyRelType
Gets the relationship type.
Top
See Also