| CommentsData Property |
Gets a list of comments.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public List<Comment> Data { get; set; }
Public Property Data As List(Of Comment)
Get
Set
public:
property List<Comment^>^ Data {
List<Comment^>^ get ();
void set (List<Comment^>^ value);
}
member Data : List<Comment> with get, set
Property Value
Type:
ListComment
The data.
See Also