NEAppRule.MatchDomains Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of domains for which VPN connection is allowed.
public virtual string[] MatchDomains { [Foundation.Export("matchDomains", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setMatchDomains:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.MatchDomains : string[] with get, set
Property Value
String[]
(More documentation for this node is coming)
This value can be null
.
- Attributes
Remarks
If this array is empty, then any domain is allowed.