Click or drag to resize

CommunicationLinkConstraintConstrainedLink Property

Gets or sets 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 IServiceProvider ConstrainedLink { get; set; }

Property Value

Type: IServiceProvider

Implements

ILinkConstraintConstrainedLink
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this property is called and ConstraintParameter is null.
Remarks
This property gets and sets the CommunicationLink property of the underlying CommunicationLinkScalar object returned from the ConstraintParameter property.
See Also