# IsCastingSkill

Boolean value indicating if a skill is being casted.&#x20;

### Implementation

```csharp
public bool IsCastingSkill { get; protected set; }
```

### FieldValue

[bool](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/bool)
