Click or drag to resize

IMcCaptDevAttribute2Name Property

Gets or sets the name of the attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property Name As String
	Get
	Set

Property Value

Type: String

Implements

IMcCaptDevAttributeName
Remarks
Each attribute has a unique name associated with it for use with identification or UI labelling. The Name property cannot be set on standard attributes (typecode field of attribute ID = 0). Only custom attributes can set the value of this property.
See Also