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