Share via


EncoderDevice.DevicePath Property

Gets the device path for this device. The device path is a unique identifier to help distinguish between two or more instances of the same type of device on a system.

Namespace: Microsoft.Expression.Encoder.Devices
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public ReadOnly Property DevicePath As String
'Usage
Dim instance As EncoderDevice
Dim value As String

value = instance.DevicePath
public string DevicePath { get; }
public:
property String^ DevicePath {
    String^ get ();
}

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EncoderDevice Class
EncoderDevice Members
Microsoft.Expression.Encoder.Devices Namespace