AnswerWizardFiles.Item Property
Returns a file name string from an AnswerWizardFiles collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As String
Get
'Usage
Dim instance As AnswerWizardFiles
Dim Index As Integer
Dim value As String
value = instance(Index)
string this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Required Integer. The index number of the Answer Wizard file name string, or the file name, to be returned.
Property Value
Type: System.String