Share via


SignatureLine.Id property

Gets the value of the control ID property.

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

Syntax

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

value = instance.Id
public abstract 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.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

SignatureLine class

SignatureLine members

Microsoft.Office.InfoPath namespace