AliasFolders Property
Syntax
public IEnumerable<KeyValuePair<string, string>> AliasFolders { get; }
Public ReadOnly Property AliasFolders As IEnumerable(Of KeyValuePair(Of String,String))
public:
property IEnumerable<KeyValuePair<String^,String^>>^ AliasFolders {
IEnumerable<KeyValuePair<String^,String^>>^ get();
}
Property Value
A reference to the System.Collections.IEnumerable interface to iterate through the folder aliases as a KeyValuePair of System.String.