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