PublicFolder.Replicas Property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public Property Replicas As MultiValuedProperty(Of ADObjectId)
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.Replicas
instance.Replicas = value
public MultiValuedProperty<ADObjectId> Replicas { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>