PhysicalAddressDictionaryEntryType.Street Property

The Street property gets or sets the street address for a contact item.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Street As String
    Get
    Set
'Usage
Dim instance As PhysicalAddressDictionaryEntryType
Dim value As String

value = instance.Street

instance.Street = value
public string Street { get; set; }

Property Value

Type: System.String
The Street property returns a string that contains the street address for a contact item.