SignedDataBlock.Signatures property
Gets a reference to the SignaturesCollection collection associated with the SignedDataBlockObject object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property Signatures As SignaturesCollection
Get
'Usage
Dim instance As SignedDataBlock
Dim value As SignaturesCollection
value = instance.Signatures
SignaturesCollection Signatures { get; }
Property value
Type: Microsoft.Office.Interop.InfoPath.SignaturesCollection