SignedDataBlocks.Item property

Gets a reference to the specified SignedDataBlockObject object from the SignedDataBlocksCollection collection, based on position or name.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    varIndex As Object _
) As SignedDataBlockObject
    Get
'Usage
Dim instance As SignedDataBlocks
Dim varIndex As Object
Dim value As SignedDataBlockObject

value = instance(varIndex)
SignedDataBlockObject this[
    Object varIndex
] { get; }

Parameters

  • varIndex
    Type: System.Object

    An expression that specifies the position of a member of the SignedDataBlocksCollection collection. If this argument is a numeric expression, it must be a number from 0 to the value of the collection's Count property minus 1. If this argument is a string expression, it must be the name of a member of the collection.

Property value

Type: Microsoft.Office.Interop.InfoPath.SignedDataBlockObject

See also

Reference

SignedDataBlocks interface

SignedDataBlocks members

Microsoft.Office.Interop.InfoPath namespace