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

Syntax

C#
public virtual void SetValueType(
	string type
)
Visual Basic
Public Overridable Sub SetValueType ( _
	type As String _
)
Visual C++
public:
virtual void SetValueType(
	String^ type
)

Parameters

type
Type: System..::..String

Implements

ICalendarDataType..::..SetValueType(String)

See Also