SPGlobalAdmin.AdminPortMinValue field

NOTE: This API is now obsolete.

Obsolete. In Windows SharePoint Services 2.0 the AdminPortMaxValue field indicated the minimum value that could be used for the administrative 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 AdminPortMinValue As Integer
'Usage
Dim value As Integer

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

Remarks

The value of this constant is 1023.

See also

Reference

SPGlobalAdmin class

SPGlobalAdmin members

Microsoft.SharePoint.Administration namespace