| MediaUserHasLiked Property |
Gets or sets the user has liked.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<bool> UserHasLiked { get; set; }
Public Property UserHasLiked As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> UserHasLiked {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member UserHasLiked : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
The user has liked.
See Also