Share via


ElectronicJournal.MediumId Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets identification for the currently plugged medium.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property MediumId As String
public abstract string MediumId { get; }
public:
virtual property String^ MediumId {
    String^ get () abstract;
}
/** @property */
public abstract String get_MediumId ()
public abstract function get MediumId () : String

Remarks

This property indicates identification of the currently plugged medium. It holds a value from the physical medium, so it is initialized when it is enabled.

If it is not possible to obtain any information from the physical medium, then this property is initialized to empty string.

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

Reference

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
ElectronicJournal.InitializeMedium Method