Share via


FormTemplateCollection.IBackupRestore.Id Property

Gets or sets an ID for the content component.

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

Syntax

'Declaration
Private Property Id As Guid Implements IBackupRestore.Id
    Get
    Set
'Usage
Dim instance As FormTemplateCollection
Dim value As Guid

value = CType(instance, IBackupRestore).Id

CType(instance, IBackupRestore).Id = value
Guid IBackupRestore.Id { get; set; }

Property Value

Type: System.Guid
The ID of the content component that is represented by the IBackupRestore object.

Implements

IBackupRestore.Id

See Also

Reference

FormTemplateCollection Class

FormTemplateCollection Members

Microsoft.Office.InfoPath.Server.Administration Namespace