'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("This property is set to true when the agent is also the machine that is running the JAMS Scheduler.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property Local As System.Boolean
'Usage
Dim instance As Agent Dim value As System.Boolean value = instance.Local
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("This property is set to true when the agent is also the machine that is running the JAMS Scheduler.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public System.bool Local {get;}