PathToExtendedFieldType.DistinguishedPropertySetIdSpecified Property
The DistinguishedPropertySetIdSpecified property gets or sets a Boolean value that specifies whether the DistinguishedPropertySetId property is serialized into the SOAP message.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DistinguishedPropertySetIdSpecified As Boolean
Get
Set
'Usage
Dim instance As PathToExtendedFieldType
Dim value As Boolean
value = instance.DistinguishedPropertySetIdSpecified
instance.DistinguishedPropertySetIdSpecified = value
public bool DistinguishedPropertySetIdSpecified { get; set; }
Property Value
Type: System.Boolean
The DistinguishedPropertySetIdSpecified property returns true if the DistinguishedPropertySetId property is serialized into the SOAP message; otherwise, the property returns false.
See Also