Share via


NSFileVersion.Resolved Property

Definition

True if this version is not in conflict with another version. App devs should not assign the value false to this property.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Resolved { [Foundation.Export("isResolved")] get; [Foundation.Export("setResolved:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isResolved")>]
[<set: Foundation.Export("setResolved:")>]
member this.Resolved : bool with get, set

Property Value

Attributes

Applies to