ITypeInfo.TypeNamespace Property

Definition

The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.

public string? TypeNamespace { [Android.Runtime.Register("getTypeNamespace", "()Ljava/lang/String;", "GetGetTypeNamespaceHandler:Org.W3c.Dom.ITypeInfoInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getTypeNamespace", "()Ljava/lang/String;", "GetGetTypeNamespaceHandler:Org.W3c.Dom.ITypeInfoInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.TypeNamespace : string

Property Value

Attributes

Remarks

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