Windward Studios API Reference
UnderlyingTag Property
See Also  Send comments on this topic.
net.windward.api.csharp.errorhandling Namespace > Tag Class : UnderlyingTag Property




Glossary Item Box

Get the underlying tag this view is representing. Used internally by AutoTag.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UnderlyingTag As BaseTag
Visual Basic (Usage)Copy Code
Dim instance As Tag
Dim value As BaseTag
 
value = instance.UnderlyingTag
C# 
public BaseTag UnderlyingTag {get;}
Managed Extensions for C++ 
public: __property BaseTag* get_UnderlyingTag();
C++/CLI 
public:
property BaseTag^ UnderlyingTag {
   BaseTag^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software