ExtensionCacheEntry.SectionNames 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 available set of section names.
[System.Runtime.Serialization.DataMember(Order=3)]
public System.Collections.Generic.IReadOnlyCollection<string> SectionNames { get; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
member this.SectionNames : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property SectionNames As IReadOnlyCollection(Of String)
Property Value
- Attributes