LumiSoft Net Help
Item Property (name)
NamespacesLumiSoft.Net.SIP.MessageSIP_ParameterCollectionItem[([( String])])
Gets specified parameter from collection. Returns null if parameter with specified name doesn't exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public SIP_Parameter this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As SIP_Parameter
	Get
public:
property SIP_Parameter^ default[String^ name] {
	SIP_Parameter^ get (String^ name);
}
member Item : SIP_Parameter with get
Parameters
name (String)
Parameter name.
Return Value
SIP_Parameter
Returns parameter with specified name or null if not found.

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