Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property PropertyAttributes As WiaPropertyAttributesFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WiaCapability Dim value As WiaPropertyAttributesFlags value = instance.PropertyAttributes |
C# | |
---|---|
public WiaPropertyAttributesFlags PropertyAttributes {get;} |
C++/CLI | |
---|---|
public: property WiaPropertyAttributesFlags PropertyAttributes { WiaPropertyAttributesFlags get(); } |
Property Value
The attributes for the enumerated capability.For an example, refer to WiaSession.EnumCapabilities
Gets the attributes for the enumerated capability like the capability value type (Flag value, List value or Range value) or the property access (Read, Write, Read/Write).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7