Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Default Property Item ( _
ordinal As Integer _
) As Object
Get
Set
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim value As Object
value = instance(ordinal)
instance(ordinal) = value
public Object this[
int ordinal
] { get; set; }
Parameters
- ordinal
Type: System.Int32
Property Value
Type: System.Object
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace