CalendarPermissionSetType.UnknownEntries Property

Definition

The UnknownEntries property gets or sets the entries that cannot be resolved against the Active Directory directory service.

public:
 property cli::array <System::String ^> ^ UnknownEntries { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] UnknownEntries { get; set; }
Public Property UnknownEntries As String()

Property Value

String[]

The UnknownEntries property returns an array of string values that contains the entries that cannot be resolved against Active Directory.

Applies to