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.String

    The class identifier of the supported service application.

  • minimumVersion
    Type: System.String

    The minimum version of the supported service application.

  • proxyType
    Type: System.Type

    The type of proxy that supports the service application.

See also

Reference

SupportedServiceApplicationAttribute class

SupportedServiceApplicationAttribute members

Microsoft.SharePoint.Administration namespace