Share via


SignatureLine.Id property

Gets the value of the control's ID property.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
ReadOnly Property Id As String
    Get
'Usage
Dim instance As SignatureLine
Dim value As String

value = instance.Id
string Id { get; }

Property value

Type: System.String
The identifier of the control.

Remarks

The value of the ID property is set by InfoPath when the Signature Line control is added to the form template. To display this value in the InfoPath designer, right-click the control, click Signature Control Properties, and then click the Advanced tab.

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.

See also

Reference

SignatureLine interface

SignatureLine members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace