Table of Contents

Class Preference

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Preference info

public class Preference
Inheritance
Preference
Inherited Members

Properties

Favourite

If it's favourited

[JsonProperty("favourite")]
public bool Favourite { get; set; }

Property Value

bool

Hide

If to hide

[JsonProperty("hide")]
public bool Hide { get; set; }

Property Value

bool