| IModifiedEntitiesQuestions Property |
Get the list of questions that have been modified
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IEnumerable<IQuestion> Questions { get; }
ReadOnly Property Questions As IEnumerable(Of IQuestion)
Get
property IEnumerable<IQuestion^>^ Questions {
IEnumerable<IQuestion^>^ get ();
}
Property Value
Type:
IEnumerableIQuestionSee Also