SPWebProxyConfig.Current property
Gets the accessor to the global SPWebProxyConfig instance.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As SPWebProxyConfig
Get
'Usage
Dim value As SPWebProxyConfig
value = SPWebProxyConfig.Current
public static SPWebProxyConfig Current { get; }
Property value
Type: Microsoft.SharePoint.SPWebProxyConfig
The accessor.