DeviceInfo.IsDefault Property

2/27/2008

Gets the Boolean value that indicates whether the device is the default.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsDefault As Boolean
public abstract bool IsDefault { get; }
public:
virtual property bool IsDefault {
    bool get () abstract;
}
/** @property */
public abstract boolean get_IsDefault ()
public abstract function get IsDefault () : boolean

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

DeviceInfo Class
DeviceInfo Members
Microsoft.PointOfService Namespace