Edit

Share via


SignedDataBlocks.Item[Object] Property

Definition

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

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::SignedDataBlockObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SemiTrust::SignedDataBlockObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SemiTrust.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.

Property Value

Remarks

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

Applies to