FormsService.IBackupRestore.Id Property

Reserved for internal use. 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 FormsService
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

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace