Java.Util.Jar.Attributes.PutValue Method
Stores the value value associated with the key name in this Attributes.

Syntax

[Android.Runtime.Register("putValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetPutValue_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual string PutValue (string name, string val)

Parameters

name
the key to store.
value
Documentation for this section has not yet been entered.
val
the value to store in this Attributes.

Returns

Documentation for this section has not yet been entered.

Remarks

Stores the value value associated with the key name in this Attributes.

[Android Documentation]

Requirements

Namespace: Java.Util.Jar
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1