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




Glossary Item Box

A tag that led to this issue. This is the tag from the source template.

Syntax

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.