ServiceProperties Class

 

Properties that are managed by the Service. The Contents cannot be changed once created

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Devices.ServiceProperties

Syntax

public sealed class ServiceProperties : IETagHolder
public ref class ServiceProperties sealed : IETagHolder

Constructors

Name Description
System_CAPS_pubmethod ServiceProperties()

Initializes a new instance of ServiceProperties

Properties

Name Description
System_CAPS_pubproperty ETag

Gets or sets the ETag

System_CAPS_pubproperty Properties

Custom list of Properties.

System_CAPS_pubproperty Tags

Tags for the Device

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Devices Namespace

Return to top