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.
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