Item Property (SignedDataBlocks Collection)

Microsoft Office InfoPath

Item Property (SignedDataBlocks Collection)

A read-only property that returns a reference to the specified SignedDataBlock object from the SignedDataBlocks collection, based on position or name.

expression.Item(ByVal varIndex As Variant) As SignedDataBlock

expression    Required. An expression that returns a SignedDataBlocks collection.

varIndex    Required Variant. An expression that specifies the position of a member of the SignedDataBlocks 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.

returns    A reference to a SignedDataBlock object.

Security Level

2: 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.

Remarks

Note  This object model member is not supported when the Disable Service Pack features option on the Advanced tab of the Options dialog box in InfoPath is selected or when Microsoft Office 2003 Service Pack 1 or later is not installed. Any form that implements this object model member in its code will generate an error message if it is opened in InfoPath when service pack features are disabled or unavailable.