SocialActorInfo.AccountName - Propriété
Obtient ou définit le nom du compte de l'acteur. S'applique aux utilisateurs.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property AccountName As String
Get
Set
'Utilisation
Dim instance As SocialActorInfo
Dim value As String
value = instance.AccountName
instance.AccountName = value
public string AccountName { get; set; }
Valeur de propriété
Type : System.String
Remarques
Cette propriété est valide uniquement lorsque Id est vide ou null et ActorType est User.
Voir aussi
Référence
Microsoft.SharePoint.Client.Social - Espace de noms