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