Table of Contents

Class PropertyUpdate

Namespace
Jabra.NET.Sdk.Properties.ChangeDetection
Assembly
Jabra.NET.Sdk.Properties.dll
public class PropertyUpdate
Inheritance
PropertyUpdate
Inherited Members

Constructors

PropertyUpdate(IProperty, PropertyValue)

public PropertyUpdate(IProperty property, PropertyValue newValue)

Parameters

property IProperty
newValue PropertyValue

Properties

Name

public string Name { get; }

Property Value

string

NewValue

public PropertyValue NewValue { get; }

Property Value

PropertyValue

Property

public IProperty Property { get; }

Property Value

IProperty