IsDefault property

bool? IsDefault
Gets a flag indicating whether this location is the user's default location. This will generally be their My Site.

Implementation

bool? get IsDefault => this._isDefault;
void IsDefault=(bool? value)

Implementation

set IsDefault(bool? value) => this._isDefault = value;