FormTemplateCollection.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 FormTemplateCollection
Dim value As String

value = CType(instance, IBackupRestore).Name

CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }

Property value

Type: System.String
The name of the content component that is represented by the IBackupRestore object.

Implements

IBackupRestore.Name

See also

Reference

FormTemplateCollection class

FormTemplateCollection members

Microsoft.Office.InfoPath.Server.Administration namespace