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