SPTimeZoneCollection.Item-Eigenschaft
Ruft die Zeitzone-Objekt am angegebenen Index in der Auflistung ab. In Microsoft Visual c#, ist diese Eigenschaft die Indizierung für die SPTimeZoneCollection -Klasse.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPTimeZone
Get
'Usage
Dim instance As SPTimeZoneCollection
Dim index As Integer
Dim value As SPTimeZone
value = instance(index)
public SPTimeZone this[
int index
] { get; }
Parameter
index
Typ: System.Int3232-Bit-eine ganze Zahl, die den Index angibt.
Eigenschaftswert
Typ: Microsoft.SharePoint.SPTimeZone
Ein Microsoft.SharePoint.SPTimeZone -Objekt, das die Zeitzone darstellt.