Share via


CacheContainerKey.Configuration Property

Definition

Gets the target configuration this container would apply to.

public:
 property System::String ^ Configuration { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public string? Configuration { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.Configuration : string
Public ReadOnly Property Configuration As String

Property Value

Attributes

Remarks

This value can be null for containers that apply across configurations.

Applies to