Pair<T1, T2> Structure
NOTE: This API is now obsolete.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Structure Pair(Of T1 As Class, T2 As Class)
'Usage
Dim instance As Pair(Of T1, T2)
[SerializableAttribute]
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public struct Pair<T1, T2>
where T1 : class
where T2 : class
Type Parameters
- T1
- T2
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace