Creates a subproperty with the specified name and value.

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

Syntax

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

Parameters

name
Type: System..::..String
The name of the subproperty.
value
Type: System..::..String
The value of the subproperty. This can be null.

See Also