Compartilhar via


DetailsTemplate.Pages property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
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
public MultiValuedProperty<Page> Pages { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<Page>

See also

Reference

DetailsTemplate class

DetailsTemplate members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace