FolderPermissionCollection.UnknownEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.