UnifiedPolicyNotificationBase.Erros property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property Erros As List(Of SyncAgentExceptionBase)
Get
'Usage
Dim instance As UnifiedPolicyNotificationBase
Dim value As List(Of SyncAgentExceptionBase)
value = instance.Erros
public List<SyncAgentExceptionBase> Erros { get; }
Property value
Type: System.Collections.Generic.List<SyncAgentExceptionBase>
See also
Reference
UnifiedPolicyNotificationBase class