LogRecord.User 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.
When overridden in a derived class, gets the sequence number of the next record.
public:
abstract property System::IO::Log::SequenceNumber User { System::IO::Log::SequenceNumber get(); };
public abstract System.IO.Log.SequenceNumber User { get; }
member this.User : System.IO.Log.SequenceNumber
Public MustOverride ReadOnly Property User As SequenceNumber
Property Value
The sequence number of the next record in the user-specified chain.
Remarks
The value of this property is the sequence number that was provided as the nextUndoRecord
parameter in the Append method. Aside from its use in enumeration, this sequence number is treated as opaque by the record sequence.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.