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

Syntax

C#
public string Key { get; }
Visual Basic
Public ReadOnly Property Key As String
	Get
Visual C++
public:
virtual property String^ Key {
	String^ get () sealed;
}

Implements

IKeyedObject<(Of <(<'T>)>)>..::..Key

See Also