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