Pair<T1, T2> Constructor

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Sub New ( _
    t1 As T1, _
    t2 As T2 _
)
'Usage
Dim t1 As T1
Dim t2 As T2

Dim instance As New Pair(t1, t2)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Pair(
    T1 t1,
    T2 t2
)

Parameters

  • t1
    Type: T1
  • t2
    Type: T2

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace