RetrieveRecordWallRequest.CommentsPerPost Property

 

Applies To: Dynamics CRM 2015

Gets or sets, for retrieval, the number of comments per post. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public int CommentsPerPost { get; set; }
public:
property int CommentsPerPost {
    int get();
    void set(int value);
}
member CommentsPerPost : int with get, set
Public Property CommentsPerPost As Integer

Property Value

Type: System.Int32

Type: Int32
The number of comments per post to retrieve. The maximum number of retrieved comments, per post, is 50; the minimum number is 0.

See Also

RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright