ExemptUserAgentCollection.IBackupRestore.Name Property
Gets or sets a name, for use in a UI, 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 Name As String Implements IBackupRestore.Name
Get
Set
'Usage
Dim instance As ExemptUserAgentCollection
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
string IBackupRestore.Name { get; set; }
Property Value
Type: System.String
The name of the content component that is represented by the IBackupRestore object.
Implements
See Also
Reference
ExemptUserAgentCollection Class