| CommentsCount Property |
Gets the count of comments.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Count { get; set; }
Public Property Count As Integer
Get
Set
public:
property int Count {
int get ();
void set (int value);
}
member Count : int with get, set
Property Value
Type:
Int32
The count.
See Also