ExemptUserAgent.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 ExemptUserAgent
Dim value As Guid

value = CType(instance, IBackupRestore).Id

CType(instance, IBackupRestore).Id = value
GuidIBackupRestore.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

ExemptUserAgent class

ExemptUserAgent members

Microsoft.Office.InfoPath.Server.Administration namespace