ReportModel.Inputs Property
Public Property Inputs() As IList(Of ReportInputModel)
This language is not supported or no code example is available.
public IList<ReportInputModel> Inputs {get; set;}
This language is not supported or no code example is available.
public:
property IList<ReportInputModel^>^ Inputs {
IList<ReportInputModel^>^ get( );
void set(
IList<ReportInputModel^>^ value
);
}
This language is not supported or no code example is available.