EffectiveRightsType.ViewPrivateItemsSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ViewPrivateItemsSpecified As Boolean
Get
Set
'Usage
Dim instance As EffectiveRightsType
Dim value As Boolean
value = instance.ViewPrivateItemsSpecified
instance.ViewPrivateItemsSpecified = value
public bool ViewPrivateItemsSpecified { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also