NamedKey<T>.UrnName 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.
The Urn level name corresponding to the instance type which this key respresents. It is normally the instance type class name. Overriding this typically is done with typeof(T).urnName or similar.
protected virtual string UrnName { get; }
member this.UrnName : string
Protected Overridable ReadOnly Property UrnName As String