AccessComputationReceiverConstraints Property  | 
 
            Gets a list of constraints that are applied to the 
Receiver.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessConstraintCollection ReceiverConstraints { get; }Public ReadOnly Property ReceiverConstraints As AccessConstraintCollection
	Get
public:
property AccessConstraintCollection^ ReceiverConstraints {
	AccessConstraintCollection^ get ();
}member ReceiverConstraints : AccessConstraintCollection with get
Property Value
Type: 
AccessConstraintCollection
See Also