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