Creates a subproperty with the specified name and no value.

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

Syntax

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

Parameters

name
Type: System..::..String
The name of the subproperty.

See Also