LockScreenBadge.Number 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 number to display with the badge.
public:
property IReference<unsigned int> ^ Number { IReference<unsigned int> ^ get(); };
IReference<uint32_t> Number();
public System.Nullable<uint> Number { get; }
var iReference = lockScreenBadge.number;
Public ReadOnly Property Number As Nullable(Of UInteger)
Property Value
The number.