Share via


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
<XmlArrayItemAttribute("UnknownEntry", IsNullable:=False)> _
Public Property UnknownEntries As String()
[XmlArrayItemAttribute("UnknownEntry", IsNullable=false)] 
public string[] UnknownEntries { get; set; }
[XmlArrayItemAttribute(L"UnknownEntry", IsNullable=false)] 
public:
property array<String^>^ UnknownEntries {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_UnknownEntries ()

/** @property */
public void set_UnknownEntries (String[] value)
public function get UnknownEntries () : String[]

public function set UnknownEntries (value : String[])

Property Value

The UnknownEntries property returns an array of strings that contain entries that cannot be resolved against Active Directory.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)