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