SPPushNotificationSubscriberCollection.Item property

Gets the notification subscriber from the collection at the specified index.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPPushNotificationSubscriber
    Get
'Usage
Dim instance As SPPushNotificationSubscriberCollection
Dim index As Integer
Dim value As SPPushNotificationSubscriber

value = instance(index)
public SPPushNotificationSubscriber this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    The index from which to get the notification subscriber.

Property value

Type: Microsoft.SharePoint.SPPushNotificationSubscriber
The notification subscriber over the site.

See also

Reference

SPPushNotificationSubscriberCollection class

SPPushNotificationSubscriberCollection members

Microsoft.SharePoint namespace