ADOwaVirtualDirectory.WebPartsFrameOptionsType property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property WebPartsFrameOptionsType As Nullable(Of WebPartsFrameOptions)
Get
Set
'Usage
Dim instance As ADOwaVirtualDirectory
Dim value As Nullable(Of WebPartsFrameOptions)
value = instance.WebPartsFrameOptionsType
instance.WebPartsFrameOptionsType = value
public Nullable<WebPartsFrameOptions> WebPartsFrameOptionsType { get; set; }
Property value
Type: System.Nullable<WebPartsFrameOptions>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace