| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property PropertyAttributes As WiaPropertyAttributesFlags  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public WiaPropertyAttributesFlags PropertyAttributes {get;}  | |
| C++/CLI | |
|---|---|
public: property WiaPropertyAttributesFlags PropertyAttributes { WiaPropertyAttributesFlags get(); }  | |
Return 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code