CacheContainerKey.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.