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