SPGlobalAdmin.RequestFromAdminPort field

NOTE: This API is now obsolete.

Obsolete. In Windows SharePoint Services 2.0 the AdminPortMaxValue field indicated the name of the administration port, and is maintained for backward compatibility.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public Const RequestFromAdminPort As String
'Usage
Dim value As String

value = SPGlobalAdmin.RequestFromAdminPort
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public const string RequestFromAdminPort

Remarks

The value of this constant is Microsoft.SharePoint.AdminPort.

See also

Reference

SPGlobalAdmin class

SPGlobalAdmin members

Microsoft.SharePoint.Administration namespace