Share via


ContactsFolderType.SharingEffectiveRightsSpecified Property

The SharingEffectiveRightsSpecified property gets or sets a Boolean value that specifies whether the SharingEffectiveRights property is serialized into the SOAP request.

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

Syntax

'Declaration
Public Property SharingEffectiveRightsSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ContactsFolderType
Dim value As Boolean

value = instance.SharingEffectiveRightsSpecified

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

Property Value

Type: System.Boolean
The value of the SharingEffectiveRightsSpecified property is true if the SharingEffectiveRights property is serialized into the SOAP request; otherwise, the value is false.