Partager via


ActivityPreferencesCollection.Item - Propriété

Obtient un objet ActivityPreference pour la ActivityType portant l'identificateur spécifié.

Espace de noms :  Microsoft.Office.Server.ActivityFeed
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    activityTypeId As Long _
) As ActivityPreference
    Get
'Utilisation
Dim instance As ActivityPreferencesCollection
Dim activityTypeId As Long
Dim value As ActivityPreference

value = instance(activityTypeId)
public ActivityPreference this[
    long activityTypeId
] { get; }

Paramètres

  • activityTypeId
    Type : System.Int64

    L'identificateur de l' ActivityType stockés dans le ActivityPreference à renvoyer.

Valeur de propriété

Type : Microsoft.Office.Server.ActivityFeed.ActivityPreference

Voir aussi

Référence

ActivityPreferencesCollection classe

ActivityPreferencesCollection - Membres

Microsoft.Office.Server.ActivityFeed - Espace de noms