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;
BrowseElementFlags indicating if the element is an item, has children, or both.
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
IOpcBrowseElement Interface | IOpcBrowseElement Members | Visavi.Opc.Client Namespace