Share via


PathToExtendedFieldType.PropertyIdSpecified Property

The PropertyIdSpecified property gets or sets a Boolean value that specifies whether the PropertyId property is serialized into the SOAP message.

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

Syntax

'Declaration
Public Property PropertyIdSpecified As Boolean
    Get
    Set
'Usage
Dim instance As PathToExtendedFieldType
Dim value As Boolean

value = instance.PropertyIdSpecified

instance.PropertyIdSpecified = value
public bool PropertyIdSpecified { get; set; }

Property Value

Type: System.Boolean
The PropertyIdSpecified property returns true if the PropertyId property is serialized into the SOAP message; otherwise, the property returns false.