Share via


NSManagedObjectContext.TransactionAuthor Property

Definition

Gets or sets the author of the persistent history context.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? TransactionAuthor { [Foundation.Export("transactionAuthor")] get; [Foundation.Export("setTransactionAuthor:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("transactionAuthor")>]
[<set: Foundation.Export("setTransactionAuthor:")>]
member this.TransactionAuthor : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to