PeopleManager.FollowTag - Méthode

Disposer le début utilisateur suit la balise spécifiée.

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

Syntaxe

'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Sub FollowTag ( _
    value As Guid _
)
'Utilisation
Dim instance As PeopleManager
Dim value As Guid

instance.FollowTag(value)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void FollowTag(
    Guid value
)

Paramètres

  • value
    Type : System.Guid

    L'ID de la balise à suivre.

Voir aussi

Référence

PeopleManager classe

PeopleManager - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms