The street of the delivery address.

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

Syntax

C#
public string Street { get; set; }
Visual Basic
Public Property Street As String
	Get
	Set
Visual C++
public:
property String^ Street {
	String^ get ();
	void set (String^ value);
}

See Also