Share via


SignatureLine.Id property

Gets the value of the control's ID property.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.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.

See also

Reference

SignatureLine interface

SignatureLine members

Microsoft.Office.Interop.InfoPath namespace