SignedDataBlockCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the specified SignedDataBlock object from the SignedDataBlockCollection object based on index position.
public:
abstract property Microsoft::Office::InfoPath::SignedDataBlock ^ default[int] { Microsoft::Office::InfoPath::SignedDataBlock ^ get(int index); };
public abstract Microsoft.Office.InfoPath.SignedDataBlock this[int index] { get; }
member this.Item(int) : Microsoft.Office.InfoPath.SignedDataBlock
Default Public MustOverride ReadOnly Property Item(index As Integer) As SignedDataBlock
Parameters
- index
- Int32
The zero-based index of the SignedDataBlock object to retrieve. The specified value must be a number from 0 to the value of the collection's Count property minus 1.
Property Value
The SignedDataBlock object that corresponds to the specified index value.
Exceptions
The index value is out of range.
Remarks
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.