ExchangeVirtualDirectory.ExtendedProtectionFlags property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ExtendedProtectionFlags As MultiValuedProperty(Of ExtendedProtectionFlag)
Get
Friend Set
'Usage
Dim instance As ExchangeVirtualDirectory
Dim value As MultiValuedProperty(Of ExtendedProtectionFlag)
value = instance.ExtendedProtectionFlags
public MultiValuedProperty<ExtendedProtectionFlag> ExtendedProtectionFlags { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ExtendedProtectionFlag>
See also
Reference
ExchangeVirtualDirectory class
ExchangeVirtualDirectory members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace