Get the value of the subproperty with the specified name.

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

Syntax

C#
public string GetValue(
	string name
)
Visual Basic
Public Function GetValue ( _
	name As String _
) As String
Visual C++
public:
String^ GetValue(
	String^ name
)

Parameters

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

Return Value

The value of the subproperty or null if no such subproperty exists in the collection.

See Also