Attachmate Reflection 2014 .NET API Reference
Attributes Property (HostField)
Example 


Gets a bit mask that contains all of the field attributes.
Syntax
'Declaration
 
Public ReadOnly Property Attributes As FieldAttributes
'Usage
 
Dim instance As HostField
Dim value As FieldAttributes
 
value = instance.Attributes
public FieldAttributes Attributes {get;}
Example
HostField host;
FieldAttributes attribute;
            
//Get FieldAttributes.
attribute = host.Attributes;
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

HostField Class
HostField Members

Send Feedback