Device.IsManaged Property
Specifies whether this is a Managed Device
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "isManaged")]
public bool IsManaged { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "isManaged")]
property bool IsManaged {
bool get();
internal: void set(bool value);
}
Property Value
Type: System.Boolean
See Also
Device Class
Microsoft.Azure.Devices Namespace
Return to top