SocialPost.AuthorIndex - Propriété
Obtient l'index d'auteur du billet dans intervenants du thread parent.
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 ReadOnly Property AuthorIndex As Integer
Get
'Utilisation
Dim instance As SocialPost
Dim value As Integer
value = instance.AuthorIndex
public int AuthorIndex { get; }
Valeur de propriété
Type : System.Int32
L'index d'auteur du billet dans intervenants du thread parent.
Remarques
Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model pour obtenir un exemple de l'obtention de cette propriété.