LinkProperties.Domains 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.
Get the DNS domains search path set for this link. -or- Sets the DNS domain search path used on this link.
public string? Domains { [Android.Runtime.Register("getDomains", "()Ljava/lang/String;", "")] get; [Android.Runtime.Register("setDomains", "(Ljava/lang/String;)V", "", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getDomains", "()Ljava/lang/String;", "")>]
[<set: Android.Runtime.Register("setDomains", "(Ljava/lang/String;)V", "", ApiSince=29)>]
member this.Domains : string with get, set
Property Value
A String
containing the comma separated domains to search when resolving host
names on this link or null
.
- Attributes
Remarks
Property getter documentation:
Get the DNS domains search path set for this link. May be null
if not set.
Java documentation for android.net.LinkProperties.getDomains()
.
Property setter documentation:
Sets the DNS domain search path used on this link.
Java documentation for android.net.LinkProperties.setDomains(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.