Org.XmlPull.V1.IXmlSerializer.SetProperty Method
Set the value of a property. (the property name is recommended to be URI for uniqueness).

Syntax

[Android.Runtime.Register("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetProperty_Ljava_lang_String_Ljava_lang_Object_Handler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetProperty (string name, Java.Lang.Object value)

Parameters

name
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the property is not supported or can not be set
Java.Lang.IllegalArgumentException

Remarks

Set the value of a property. (the property name is recommended to be URI for uniqueness). Some well known optional properties are defined in . If property is not recognized or can not be set then IllegalStateException MUST be thrown.

[Android Documentation]

Requirements

Namespace: Org.XmlPull.V1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1