SPAdministrationWebApplication.IBackupRestore.Name property
The name of the central admin web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property Name As String Implements IBackupRestore.Name
Get
Set
'Usage
Dim instance As SPAdministrationWebApplication
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
Returns String.
Implements
See also
Reference
SPAdministrationWebApplication class