Share via


NSQueryGenerationToken.CurrentToken Property

Definition

Gets the current query generation token.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSQueryGenerationToken CurrentToken { [Foundation.Export("currentQueryGenerationToken", ObjCRuntime.ArgumentSemantic.Strong)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("currentQueryGenerationToken", ObjCRuntime.ArgumentSemantic.Strong)>]
static member CurrentToken : CoreData.NSQueryGenerationToken

Property Value

The current query generation token.

Attributes

Remarks

To be added

Applies to