JAMS Developer Guide
Valid Property


MVPSI.JAMS Namespace > License Class : Valid Property
True if the license is valid.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property Valid As System.Boolean
'Usage
 
Dim instance As License
Dim value As System.Boolean
 
instance.Valid = value
 
value = instance.Valid
[System.Runtime.Serialization.DataMember()]
public System.bool Valid {get; set;}
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

License Class
License Members