NsdServiceInfo.Attributes Property

Definition

Retrieve attributes as a map of String keys to byte[] values.

public System.Collections.Generic.IDictionary<string,byte[]>? Attributes { [Android.Runtime.Register("getAttributes", "()Ljava/util/Map;", "")] get; }
[<get: Android.Runtime.Register("getAttributes", "()Ljava/util/Map;", "")>]
member this.Attributes : System.Collections.Generic.IDictionary<string, byte[]>

Property Value

Attributes

Remarks

Java documentation for android.net.nsd.NsdServiceInfo.getAttributes().

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.

Applies to