Share via


NEIPv4Settings.ExcludedRoutes Property

Definition

Gets or sets the list of addresses that will be routed to the physical device.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual NetworkExtension.NEIPv4Route[]? ExcludedRoutes { [Foundation.Export("excludedRoutes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExcludedRoutes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("excludedRoutes", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setExcludedRoutes:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ExcludedRoutes : NetworkExtension.NEIPv4Route[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to