Class WirelessLocationScanningByNetworkItem
Scanning setting Item
[DataContract]
public class WirelessLocationScanningByNetworkItem
- Inheritance
-
WirelessLocationScanningByNetworkItem
- Inherited Members
Constructors
WirelessLocationScanningByNetworkItem()
public WirelessLocationScanningByNetworkItem()
Properties
Api
Whether to enable collection of location and scanning analytics
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "api")]
public WirelessLocationScanningByNetworkApi Api { get; set; }
Property Value
Enabled
Whether to enable collection of location and scanning analytics
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
Name
Network Name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }