CommunicationFigureOfMeritCommunicationParameter Property |
Gets or sets the scalar communication parameter to use as a template for this figure of merit.
The instances of the
IServiceProvider representing the receiver will be replaced
with the coverage object when producing the
Scalar representing the figure of merit.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CommunicationObjectScalar CommunicationParameter { get; set; }
Public Property CommunicationParameter As CommunicationObjectScalar
Get
Set
public:
property CommunicationObjectScalar^ CommunicationParameter {
CommunicationObjectScalar^ get ();
void set (CommunicationObjectScalar^ value);
}
member CommunicationParameter : CommunicationObjectScalar with get, set
Property Value
Type:
CommunicationObjectScalarSee Also