SignedDataBlocks.Item[Object] 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 SignedDataBlockObject object from the SignedDataBlocksCollection collection, based on position or name.
public:
property Microsoft::Office::Interop::InfoPath::SignedDataBlockObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SignedDataBlockObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SignedDataBlockObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SignedDataBlockObject
Default Public ReadOnly Property Item(varIndex As Object) As SignedDataBlockObject
Parameters
- varIndex
- 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.