Table of Contents

Interface IPropertyMap

Namespace
Jabra.NET.Sdk.Properties
Assembly
Jabra.NET.Sdk.Properties.dll
public interface IPropertyMap : IReadOnlyDictionary<string, IProperty>, IReadOnlyCollection<KeyValuePair<string, IProperty>>, IEnumerable<KeyValuePair<string, IProperty>>, IEnumerable
Inherited Members

Properties

Device

IDevice Device { get; }

Property Value

IDevice

Methods

StartTransaction()

IPropertyTransaction StartTransaction()

Returns

IPropertyTransaction