LumiSoft Net Help
Item Property (name)
NamespacesLumiSoft.Net.MIMEMIME_h_ParameterCollectionItem[([( String])])
Gets or sets specified header field parameter value. Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public string this[
	string name
] { get; set; }
Public Default Property Item ( 
	name As String
) As String
	Get
	Set
public:
property String^ default[String^ name] {
	String^ get (String^ name);
	void set (String^ name, String^ value);
}
member Item : string with get, set
Parameters
name (String)
Header field name.
Return Value
String
Returns specified header field value or null if specified parameter doesn't exist.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119