FolderPermissionCollection.UnknownEntries Property

Definition

Gets a list of unknown user IDs in the collection.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ UnknownEntries { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> UnknownEntries { get; }
Public ReadOnly Property UnknownEntries As Collection(Of String)

Property Value

A list of user IDs that are unknown.

Applies to