# PodSchedulingGateV1 Properties

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [PodSchedulingGateV1](/reference/api/csharp/aspire.hosting.kubernetes/podschedulinggatev1.md)
- Kind: `Properties`
- Members: `1`

Represents a scheduling gate for a pod, used in conjunction with Kubernetes scheduling gates mechanism.

## Name

- Name: `Name`
- Modifiers: `get; set`
- Returns: `string`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/PodSchedulingGateV1.cs)

Gets or sets the name of the scheduling gate. This is used to identify the specific scheduling gate for the pod.

```csharp
public string Name { get; set; }
```
