SPServiceApplicationProxy constructor (String, SPServiceProxy)
Initializes a new instance of the SPServiceApplicationProxy class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
serviceProxy As SPServiceProxy _
)
'Usage
Dim name As String
Dim serviceProxy As SPServiceProxy
Dim instance As New SPServiceApplicationProxy(name, serviceProxy)
protected SPServiceApplicationProxy(
string name,
SPServiceProxy serviceProxy
)
Parameters
name
Type: System.StringThe name of the new service application proxy.
serviceProxy
Type: Microsoft.SharePoint.Administration.SPServiceProxyThe parent of the new service application proxy.
See also
Reference
SPServiceApplicationProxy class
SPServiceApplicationProxy members