Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ExemptUserAgentCollection
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
See Also
Reference
ExemptUserAgentCollection Class