InputSource.PublicId 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 public identifier for this input source. -or- Set the public identifier for this input source.
public virtual string? PublicId { [Android.Runtime.Register("getPublicId", "()Ljava/lang/String;", "GetGetPublicIdHandler")] get; [Android.Runtime.Register("setPublicId", "(Ljava/lang/String;)V", "GetSetPublicId_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPublicId", "()Ljava/lang/String;", "GetGetPublicIdHandler")>]
[<set: Android.Runtime.Register("setPublicId", "(Ljava/lang/String;)V", "GetSetPublicId_Ljava_lang_String_Handler")>]
member this.PublicId : string with get, set
Property Value
The public identifier, or null if none was supplied.
- Attributes
Remarks
Property getter documentation:
Get the public identifier for this input source.
Java documentation for org.xml.sax.InputSource.getPublicId()
.
Property setter documentation:
Set the public identifier for this input source.
The public identifier is always optional: if the application writer includes one, it will be provided as part of the location information.
Java documentation for org.xml.sax.InputSource.setPublicId(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.