Click or drag to resize

CommunicationLinkConstraint.ConstrainedLink 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.3.420.0 (24.3.420.0)
Syntax
public IServiceProvider ConstrainedLink { get; set; }

Property Value

Type: IServiceProvider

Implements

ILinkConstraint.ConstrainedLink
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