Whether the application is enabled.
Assembly: ServerAgent(in ServerAgent.dll)
Syntax
Visual Basic (declaration) |
---|
Public ReadOnly Property Enabled As Boolean Get |
Visual Basic (usage) |
---|
Dim instance As ApplicationConfiguration Dim value As Boolean value = instance. Enabled |
C# |
---|
public bool Enabled { get; } |