Initializes a vCardProperty with the specified name, value and group.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public vCardProperty(
	string name,
	string value,
	string group
)
Visual Basic
Public Sub New ( _
	name As String, _
	value As String, _
	group As String _
)
Visual C++
public:
vCardProperty(
	String^ name, 
	String^ value, 
	String^ group
)

Parameters

name
Type: System..::..String
The name of the vCard property.
value
Type: System..::..String
The value of the vCard property.
group
Type: System..::..String
The group name of the vCard property.

See Also