PhysicalAddressDictionaryEntryType.State Property
The State property gets or sets the state for a contact item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property State As String
Get
Set
'Usage
Dim instance As PhysicalAddressDictionaryEntryType
Dim value As String
value = instance.State
instance.State = value
public string State { get; set; }
Property Value
Type: System.String
The State property returns a string that contains the state for a contact item.
See Also