SupportedServiceApplicationAttribute constructor
Initializes a new instance of the SupportedServiceApplicationAttribute class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
classId As String, _
minimumVersion As String, _
proxyType As Type _
)
'Usage
Dim classId As String
Dim minimumVersion As String
Dim proxyType As Type
Dim instance As New SupportedServiceApplicationAttribute(classId, _
minimumVersion, proxyType)
public SupportedServiceApplicationAttribute(
string classId,
string minimumVersion,
Type proxyType
)
Parameters
classId
Type: System.StringThe class identifier of the supported service application.
minimumVersion
Type: System.StringThe minimum version of the supported service application.
proxyType
Type: System.TypeThe type of proxy that supports the service application.
See also
Reference
SupportedServiceApplicationAttribute class