Windward Engine API Reference
TemplateVariableValue.VALUE_REFERENCE Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : TemplateVariableValue.VALUE_REFERENCE Enumeration




Glossary Item Box

What the value is referencing.

Syntax

Visual Basic (Declaration) 
Public Enum TemplateVariableValue.VALUE_REFERENCE 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariableValue.VALUE_REFERENCE
C# 
public enum TemplateVariableValue.VALUE_REFERENCE : System.Enum 
Managed Extensions for C++ 
__value public enum TemplateVariableValue.VALUE_REFERENCE : public System.Enum 
C++/CLI 
public enum class TemplateVariableValue.VALUE_REFERENCE : public System.Enum 

Members

MemberDescription
LITERALContains a literal value.
PARAM_VALUEContains the name of a parameter.
SELECTHas a select for both the label (optional) and the value (required).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.TemplateVariableValue.VALUE_REFERENCE

Requirements

Namespace: net.windward.api.csharp

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

Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)

See Also

© 2019 All Rights Reserved.