PermissionSetType.UnknownEntries Property
The UnknownEntries property gets or sets a collection of entries that cannot be resolved against the Active Directory directory service.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UnknownEntries As String()
Get
Set
'Usage
Dim instance As PermissionSetType
Dim value As String()
value = instance.UnknownEntries
instance.UnknownEntries = value
public string[] UnknownEntries { get; set; }
Property Value
Type: []
The UnknownEntries property returns an array of strings that contain entries that cannot be resolved against Active Directory.
See Also