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