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