Click or drag to resize
CommentsData Property
Gets a list of comments.

Namespace: InstaSharp.Models
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<Comment> Data { get; set; }

Property Value

Type: ListComment
The data.
See Also