Click or drag to resize

CommunicationLinkConstraintConstrainedLinkEnd Property

Gets or sets the end of the link to which this constraint applies.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkRole ConstrainedLinkEnd { get; set; }

Property Value

Type: LinkRole

Implements

ILinkConstraintConstrainedLinkEnd
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this property is called and ConstraintParameter is null, or if this property is set and the ConstraintParameter doesn't allow modifying its LinkEnd.
Remarks
This property gets and sets the LinkEnd property of the underlying CommunicationLinkScalar object returned from the ConstraintParameter property.
See Also