The direction in which messages will be passed between the origin and destination tables. For example, in a relationship between poles and transformers, when the pole is deleted, it sends a message to its related transformer objects informing them it was deleted. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property message_direction As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CreateRelationshipClass
Dim value As String
instance.message_direction = value
value = instance.message_direction |
C# | |
---|
public string message_direction {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also