SupportedServiceApplicationAttribute.ProxyType property
The type of proxy that supports the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ProxyType As Type
Get
'Usage
Dim instance As SupportedServiceApplicationAttribute
Dim value As Type
value = instance.ProxyType
public Type ProxyType { get; }
Property value
Type: System.Type
Returns Type.
See also
Reference
SupportedServiceApplicationAttribute class