Device.ServiceProperties Property

 

Properties that are mastered by the Service

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "serviceProperties")]
public ServiceProperties ServiceProperties { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "serviceProperties")]
property ServiceProperties^ ServiceProperties {
    ServiceProperties^ get();
    internal: void set(ServiceProperties^ value);
}

Property Value

Type: Microsoft.Azure.Devices.ServiceProperties

See Also

Device Class
Microsoft.Azure.Devices Namespace

Return to top