Поделиться через


BasePermissionType.IsFolderOwnerSpecified Property

The IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified.

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

Syntax

'Declaration
Public Property IsFolderOwnerSpecified As Boolean
    Get
    Set
'Usage
Dim instance As BasePermissionType
Dim value As Boolean

value = instance.IsFolderOwnerSpecified

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

Property Value

Type: System.Boolean
The IsFolderOwnerSpecified property returns true if the IsFolderOwner is specified; otherwise, the property returns false.