JAMS Developer Guide
TriState Enumeration


MVPSI.JAMS Namespace : TriState Enumeration
TriState properties can be True, False, or Not Specified.
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("MVPSI.JAMS.TriStateConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public Enum TriState 
   Inherits System.Enum
'Usage
 
Dim instance As TriState
[System.ComponentModel.TypeConverter("MVPSI.JAMS.TriStateConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public enum TriState : System.Enum 
Members
MemberDescription
FalseFalse
NotSpecifiedNot Specified
TrueTrue
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.TriState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace