# renderPipelineShaderTag

> Returns the Shader Tag value for the render pipeline that is described by this asset.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Rendering](/engine/6000.0/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public virtual string renderPipelineShaderTag { get; }
```

### Remarks

Any shader that doesn't match this tag will be stripped out of builds using this [RenderPipelineAsset](/engine/6000.0/script-reference/unityengine/rendering/renderpipelineasset.md).
