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.
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.Int32The 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