Share via


ILegacyControlObject.ControlObjectDescription Property

2/27/2008

Gets the string identifying the control object and the company that produced it.

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

Syntax

'Declaration
ReadOnly Property ControlObjectDescription As String
string ControlObjectDescription { get; }
property String^ ControlObjectDescription {
    String^ get ();
}
/** @property */
String get_ControlObjectDescription ()
function get ControlObjectDescription () : String

Remarks

The following is an example return string:

"POS Printer OLE Control, (C) 1995 Epson"

The ControlObjectDescription property is always is always readable, and is initialized to a control object-dependent 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

ILegacyControlObject Interface
ILegacyControlObject Members
Microsoft.PointOfService Namespace