SPDiagnosticsCollection<T>.Item Property (UInt32)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
key As UInteger _
) As T
Get
'Usage
Dim instance As SPDiagnosticsCollection
Dim key As UInteger
Dim value As T
value = instance(key)
public T this[
uint key
] { get; }
Parameters
- key
Type: System.UInt32
Property Value
Type: T
See Also
Reference
SPDiagnosticsCollection<T> Class