ScalarConstraintConstrainedObject Property |
Gets or sets the object to which this constraint applies. This constraint does not use this property
directly. However, when this constraint is part of a larger
AccessQuery, this property
identifies the participant that is observing the scalar, so event times will be moved to this participant
before evaluating the scalar.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IServiceProvider ConstrainedObject { get; set; }
Public Property ConstrainedObject As IServiceProvider
Get
Set
public:
virtual property IServiceProvider^ ConstrainedObject {
IServiceProvider^ get () sealed;
void set (IServiceProvider^ value) sealed;
}
abstract ConstrainedObject : IServiceProvider with get, set
override ConstrainedObject : IServiceProvider with get, set
Property Value
Type:
IServiceProviderImplements
ISingleObjectConstraintConstrainedObjectSee Also