RetrieveRecordWallRequest.CommentsPerPost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets, for retrieval, the number of comments per post. Required.
public:
property int CommentsPerPost { int get(); void set(int value); };
public int CommentsPerPost { get; set; }
member this.CommentsPerPost : int with get, set
Public Property CommentsPerPost As Integer
Property Value
The number of comments per post to retrieve. The maximum number of retrieved comments, per post, is 50; the minimum number is 0.