ResponseMessageType.DescriptiveLinkKeySpecified Property

The DescriptiveLinkKeySpecified property is currently unused and is reserved for future use.

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

Syntax

'Declaration
Public Property DescriptiveLinkKeySpecified As Boolean
    Get
    Set
'Usage
Dim instance As ResponseMessageType
Dim value As Boolean

value = instance.DescriptiveLinkKeySpecified

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

Property Value

Type: System.Boolean
The DescriptiveLinkKeySpecified property returns true if the DescriptiveLinkKey property has a value; otherwise, the property returns false.

Remarks

The DescriptiveLinkKey property is currently unused and is reserved for future use.