| UserCounts Property |
Gets or sets the counts.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Count Counts { get; set; }
Public Property Counts As Count
Get
Set
public:
property Count^ Counts {
Count^ get ();
void set (Count^ value);
}
member Counts : Count with get, set
Property Value
Type:
Count
The counts.
See Also