LumiSoft Mail Server User API
SDP_Attribute Constructor (name, value)
Namespaces > LumiSoft.Net.SDP > SDP_Attribute > SDP_AttributeNew(String, String)
Default constructor.
Syntax
C#Visual BasicManaged C++
public SDP_Attribute (
	string name,
	string value
)
Public Sub New ( _
	name As String, _
	value As String _
)
public:
SDP_Attribute (
	String^ name, 
	String^ value
)
Parameters
name (String)
Attribute name.
value (String)
Attribute value.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)