'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("Returns true if the JAMS Scheduler has allocated a license for the agent.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property LicenseAllocated As System.Boolean
'Usage
Dim instance As Agent Dim value As System.Boolean value = instance.LicenseAllocated
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("Returns true if the JAMS Scheduler has allocated a license for the agent.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public System.bool LicenseAllocated {get;}