DetailsTemplate.Pages Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property Pages As MultiValuedProperty(Of Page)
Get
Set
'Usage
Dim instance As DetailsTemplate
Dim value As MultiValuedProperty(Of Page)
value = instance.Pages
instance.Pages = value
[ParameterAttribute]
public MultiValuedProperty<Page> Pages { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<Page>