Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sequence ID of the event. With this value, the client can re-consume the events, starting from the bookmark.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public string Bookmark { get; }
public:
property String^ Bookmark {
String^ get();
}
member Bookmark : string with get
Public ReadOnly Property Bookmark As String
Property Value
Type: System.String
The sequence ID of the event.
See Also
CimSubscriptionResult Class
Microsoft.Management.Infrastructure Namespace
Return to top