Table of Contents

Class Dot11r

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The current setting for 802.11r

[DataContract]
public class Dot11r
Inheritance
Dot11r
Inherited Members

Properties

Adaptive

(Optional) Whether 802.11r is adaptive or not.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "adaptive")]
public bool? Adaptive { get; set; }

Property Value

bool?

Enabled

Whether 802.11r is enabled or not.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string