FromDictionary Method (DeviceDescription)
This method creates a new instance of DeviceDescription and initializes it with the given props dictionary.

C# Syntax

public static DeviceDescription FromDictionary( 
   IDictionary<string,object> props
)

Parameters

props
a dictionary of properties to initialize the DeviceDescription with.

Return Value

a new instance of DeviceDescription initialized with the given props dictionary.