Initializes a new vCardDeliveryLabel to the specified text.

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

Syntax

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

Parameters

text
Type: System..::..String
The formatted text of a delivery label. The label may contain carriage returns, line feeds, and other control characters.

See Also