SocialPost.AuthorIndex propriedade
Obtém o índice do autor da postagem dentro atores do segmento pai.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public ReadOnly Property AuthorIndex As Integer
Get
'Uso
Dim instance As SocialPost
Dim value As Integer
value = instance.AuthorIndex
public int AuthorIndex { get; }
Valor de propriedade
Tipo: System.Int32
O índice do autor da postagem dentro atores do segmento pai.
Comentários
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model para obter um exemplo de como obter essa propriedade.