| IMergeableResponseCollectionItem Property |
Find a mergeable response by its main caption
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IMergeableResponse this[
string mainCaption
] { get; }
ReadOnly Default Property Item (
mainCaption As String
) As IMergeableResponse
Get
property IMergeableResponse^ default[String^ mainCaption] {
IMergeableResponse^ get (String^ mainCaption);
}
Parameters
- mainCaption
- Type: SystemString
Main caption of the mergeable response to find
Property Value
Type:
IMergeableResponseSee Also