Visavi Visual OPC .NET  

IOpcBrowseElement.Flags Property

Gets the BrowseElementFlags for this element indicating whether this element is an item, has children, or both.

[Visual Basic]
Public Property Flags As BrowseElementFlags

[C#]
public BrowseElementFlags Flags {get;}

[C++]
public: __property BrowseElementFlags get_Flags();

[JScript]
public function get Flags() : BrowseElementFlags;

Property Value

BrowseElementFlags indicating if the element is an item, has children, or both.

Remarks

This property is essentially wrapping the dwFlagValue of the OPCBROWSEELEMENT structure.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcBrowseElement Interface | IOpcBrowseElement Members | Visavi.Opc.Client Namespace