SPWebService.AdministrationService property
Gets the Web service associated with the administration application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AdministrationService As SPWebService
Get
'Usage
Dim value As SPWebService
value = SPWebService.AdministrationService
public static SPWebService AdministrationService { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPWebService
An SPWebService object.