The unique identifier of the form as a Guid.

Namespace:  EPiServer.XForms
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236

Syntax

C#
public Object Id { get; set; }

Field Value

A Guid.

Remarks

Although the return value is typed as an object the return value will always be a Guid.

See Also