RuntimePropertyBase.Sentinel 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 sentinel value that indicates that this property is not set.
[System.Runtime.CompilerServices.Nullable(2)]
public abstract object? Sentinel { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Sentinel : obj
Public MustOverride ReadOnly Property Sentinel As Object
Property Value
Implements
- Attributes