| IQuestionCollectionItem Property (String) |
Find a question by name
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IQuestion this[
string shortcut
] { get; }
ReadOnly Default Property Item (
shortcut As String
) As IQuestion
Get
property IQuestion^ default[String^ shortcut] {
IQuestion^ get (String^ shortcut);
}
Parameters
- shortcut
- Type: SystemString
Shortcut of the question to find
Property Value
Type:
IQuestionSee Also